Skip to content

Commit

Permalink
chore: bump go to 1.23.4 and gqlgen to v0.17.51 (ent#607)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
michaelcaulley authored and acdifran committed Feb 5, 2025
1 parent 9261d31 commit f9c0a5f
Show file tree
Hide file tree
Showing 21 changed files with 21,263 additions and 5,547 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.22
go-version: 1.23
- name: Run linters
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v6.1.1
with:
version: v1.55.2
version: v1.62.2
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.21', '1.22']
go: ['1.22', '1.23']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.21'
go-version: '1.23'
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
go: '1.21'
go: '1.23'
timeout: 10m

linters-settings:
Expand Down
2 changes: 1 addition & 1 deletion entgql/internal/todo/ent.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f9c0a5f

Please sign in to comment.