Skip to content

Commit 40c9e7b

Browse files
chore: bump go to 1.23.4 and gqlgen to v0.17.51 (#607)
* chore: bump go to 1.23.4 and gqlgen to v0.17.51 gqlgen v0.17.52 breaks field collection see 99designs/gqlgen@f81239e * chore: bump golangci and go version
1 parent 4928da9 commit 40c9e7b

21 files changed

+21263
-5547
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.22
19+
go-version: 1.23
2020
- name: Run linters
21-
uses: golangci/golangci-lint-action@v3.7.0
21+
uses: golangci/golangci-lint-action@v6.1.1
2222
with:
23-
version: v1.55.2
23+
version: v1.62.2
2424
test:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
go: ['1.21', '1.22']
28+
go: ['1.22', '1.23']
2929
steps:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-go@v3
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v3
4848
- uses: actions/setup-go@v3
4949
with:
50-
go-version: '1.21'
50+
go-version: '1.23'
5151
- uses: actions/cache@v3
5252
with:
5353
path: ~/go/pkg/mod

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
go: '1.21'
2+
go: '1.23'
33
timeout: 10m
44

55
linters-settings:

entgql/internal/todo/ent.resolvers.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)