File tree 3 files changed +19
-73
lines changed
3 files changed +19
-73
lines changed Original file line number Diff line number Diff line change 17
17
jobs :
18
18
test :
19
19
runs-on : ubuntu-latest
20
- container : " golang:1.14 "
20
+ container : " golang:1.17 "
21
21
services :
22
22
redis :
23
23
image : " redis:5-alpine"
51
51
52
52
mod :
53
53
runs-on : ubuntu-latest
54
- container : " golang:1.14 "
54
+ container : " golang:1.17 "
55
55
steps :
56
56
- name : Checkout
57
57
uses : actions/checkout@v2
62
62
63
63
generate :
64
64
runs-on : ubuntu-latest
65
- container : " golang:1.14 "
65
+ container : " golang:1.17 "
66
66
steps :
67
67
- name : Checkout
68
68
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ require (
20
20
github.com/vektah/gqlparser/v2 v2.1.0
21
21
github.com/victorkt/clientip v0.2.0
22
22
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
25
24
go.uber.org/atomic v1.6.0 // indirect
26
25
)
You can’t perform that action at this time.
0 commit comments