File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4.0 .0
17
+ uses : actions/checkout@v4.1 .0
18
18
19
19
- name : Set up Go
20
20
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.21.1 as builder
2
+ FROM golang:1.21.2 as builder
3
3
4
4
WORKDIR /source
5
5
# Copy the Go Modules manifests
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ module github.com/AndriyKalashnykov/graphlq-golang
3
3
go 1.21
4
4
5
5
require (
6
- github.com/99designs/gqlgen v0.17.38
6
+ github.com/99designs/gqlgen v0.17.39
7
7
github.com/dgrijalva/jwt-go v3.2.0+incompatible
8
8
github.com/go-chi/chi/v5 v5.0.10
9
9
github.com/go-sql-driver/mysql v1.7.1
10
10
github.com/golang-migrate/migrate v3.5.4+incompatible
11
11
github.com/vektah/gqlparser/v2 v2.5.10
12
- golang.org/x/crypto v0.13 .0
12
+ golang.org/x/crypto v0.14 .0
13
13
)
14
14
15
15
require (
You can’t perform that action at this time.
0 commit comments