Skip to content

Commit

Permalink
deps: bump go.mongodb.org/mongo-driver from 1.4.3 to 1.7.3 (#5)
Browse files Browse the repository at this point in the history
* deps: bump go.mongodb.org/mongo-driver from 1.4.3 to 1.7.3

* bump go version
  • Loading branch information
victorkt authored Oct 27, 2021
1 parent 405d17c commit 6ff4d7b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 73 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: "golang:1.14"
container: "golang:1.17"
services:
redis:
image: "redis:5-alpine"
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

mod:
runs-on: ubuntu-latest
container: "golang:1.14"
container: "golang:1.17"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -62,7 +62,7 @@ jobs:

generate:
runs-on: ubuntu-latest
container: "golang:1.14"
container: "golang:1.17"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ require (
github.com/vektah/gqlparser/v2 v2.1.0
github.com/victorkt/clientip v0.2.0
github.com/vmihailenco/msgpack/v4 v4.3.12
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.4.3
go.mongodb.org/mongo-driver v1.7.3
go.uber.org/atomic v1.6.0 // indirect
)
Loading

0 comments on commit 6ff4d7b

Please sign in to comment.