Skip to content

Commit 901fcce

Browse files
authored
entgql: bump entgo and update template for receiver logic (#617)
* entgql: bump entgo and update template for receiver logic * entgql: codegen * entoas: codegen * entproto: codegen * schemast: codegen * .github/workflows: update ci.yml workflow
1 parent 7b89826 commit 901fcce

File tree

31 files changed

+527
-526
lines changed

31 files changed

+527
-526
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-go@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.23
19+
go-version-file: go.mod
2020
- name: Run linters
2121
uses: golangci/[email protected]
2222
with:
@@ -25,10 +25,10 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
go: ['1.22', '1.23']
28+
go: ['1.23', '1.24']
2929
steps:
30-
- uses: actions/checkout@v3
31-
- uses: actions/setup-go@v3
30+
- uses: actions/checkout@v4
31+
- uses: actions/setup-go@v5
3232
with:
3333
go-version: ${{ matrix.go }}
3434
- uses: actions/cache@v3
@@ -44,11 +44,11 @@ jobs:
4444
generate:
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/checkout@v3
48-
- uses: actions/setup-go@v3
47+
- uses: actions/checkout@v4
48+
- uses: actions/setup-go@v5
4949
with:
50-
go-version: '1.23'
51-
- uses: actions/cache@v3
50+
go-version-file: go.mod
51+
- uses: actions/cache@v4
5252
with:
5353
path: ~/go/pkg/mod
5454
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

entgql/internal/todo/ent/gql_collection.go

Lines changed: 97 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

entgql/internal/todo/ent/runtime/runtime.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

entgql/internal/todofed/ent/gql_collection.go

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

entgql/internal/todofed/ent/runtime/runtime.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)