Skip to content

Commit 6ff4d7b

Browse files
authored
deps: bump go.mongodb.org/mongo-driver from 1.4.3 to 1.7.3 (#5)
* deps: bump go.mongodb.org/mongo-driver from 1.4.3 to 1.7.3 * bump go version
1 parent 405d17c commit 6ff4d7b

File tree

3 files changed

+19
-73
lines changed

3 files changed

+19
-73
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
test:
1919
runs-on: ubuntu-latest
20-
container: "golang:1.14"
20+
container: "golang:1.17"
2121
services:
2222
redis:
2323
image: "redis:5-alpine"
@@ -51,7 +51,7 @@ jobs:
5151

5252
mod:
5353
runs-on: ubuntu-latest
54-
container: "golang:1.14"
54+
container: "golang:1.17"
5555
steps:
5656
- name: Checkout
5757
uses: actions/checkout@v2
@@ -62,7 +62,7 @@ jobs:
6262

6363
generate:
6464
runs-on: ubuntu-latest
65-
container: "golang:1.14"
65+
container: "golang:1.17"
6666
steps:
6767
- name: Checkout
6868
uses: actions/checkout@v2

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ require (
2020
github.com/vektah/gqlparser/v2 v2.1.0
2121
github.com/victorkt/clientip v0.2.0
2222
github.com/vmihailenco/msgpack/v4 v4.3.12
23-
github.com/xdg/stringprep v1.0.0 // indirect
24-
go.mongodb.org/mongo-driver v1.4.3
23+
go.mongodb.org/mongo-driver v1.7.3
2524
go.uber.org/atomic v1.6.0 // indirect
2625
)

0 commit comments

Comments
 (0)