Skip to content

Commit 7c49ba8

Browse files
Merge pull request #23 from AndriyKalashnykov/renovate/all
chore(all): update all
2 parents d49a2c7 + 14e2655 commit 7c49ba8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4.0.0
17+
uses: actions/checkout@v4.1.0
1818

1919
- name: Set up Go
2020
uses: actions/[email protected]

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.21.1 as builder
2+
FROM golang:1.21.2 as builder
33

44
WORKDIR /source
55
# Copy the Go Modules manifests

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/AndriyKalashnykov/graphlq-golang
33
go 1.21
44

55
require (
6-
github.com/99designs/gqlgen v0.17.38
6+
github.com/99designs/gqlgen v0.17.39
77
github.com/dgrijalva/jwt-go v3.2.0+incompatible
88
github.com/go-chi/chi/v5 v5.0.10
99
github.com/go-sql-driver/mysql v1.7.1
1010
github.com/golang-migrate/migrate v3.5.4+incompatible
1111
github.com/vektah/gqlparser/v2 v2.5.10
12-
golang.org/x/crypto v0.13.0
12+
golang.org/x/crypto v0.14.0
1313
)
1414

1515
require (

0 commit comments

Comments
 (0)