Skip to content

Commit

Permalink
Merge pull request #18 from builtbystack/update-gqlgenc2
Browse files Browse the repository at this point in the history
gqlgenc v0.16.0
  • Loading branch information
Yamashou authored Nov 9, 2023
2 parents af2ecd9 + 0f8aeca commit 0af0da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [20231018, 20231019]
version: [20231019, 20231109]
steps:
- uses: actions/checkout@v3

Expand All @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
version: [20231018, 20231019]
version: [20231019, 20231109]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion 20231018/Dockerfile → 20231109/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN set -eux && \
go install mvdan.cc/gofumpt@latest && \
go install github.com/daixiang0/gci@latest && \
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2 && \
go install github.com/Yamashou/gqlgenc@v0.15.1 && \
go install github.com/Yamashou/gqlgenc@v0.16.0 && \
go install github.com/gqlgo/nodecheck/cmd/nodecheck@v1.0.1 && \
go install github.com/gqlgo/deprecatedquery/cmd/deprecatedquery@v0.0.3 && \
go install github.com/gqlgo/optionalschema/cmd/optionalschema@v0.0.2 && \
Expand Down

0 comments on commit 0af0da6

Please sign in to comment.