Skip to content

chore(deps): bump go.mongodb.org/mongo-driver from 1.13.0 to 1.13.1 #729

chore(deps): bump go.mongodb.org/mongo-driver from 1.13.0 to 1.13.1

chore(deps): bump go.mongodb.org/mongo-driver from 1.13.0 to 1.13.1 #729

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19.5
- name: Test
run: make test