Skip to content

Commit

Permalink
Merge pull request #21 from builtbystack/update-gqlgenc
Browse files Browse the repository at this point in the history
Update gqlgen, gqlgenc. add deadcode
  • Loading branch information
sonatard authored Dec 31, 2023
2 parents af0d22c + f433214 commit ef191ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: [20231116, 20231127]
version: [20231127, 20231231]
steps:
- uses: actions/checkout@v3

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

strategy:
matrix:
version: [20231116, 20231127]
version: [20231127, 20231231]
steps:
- uses: actions/checkout@v3

Expand Down
6 changes: 4 additions & 2 deletions 20231116/Dockerfile → 20231231/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,19 @@ RUN set -eux && \
\
# 各種ツール
go install golang.org/x/tools/cmd/goimports@latest && \
go install golang.org/x/tools/cmd/deadcode@latest && \
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/99designs/gqlgen@v0.17.40 && \
go install github.com/Yamashou/gqlgenc@v0.16.0 && \
go install github.com/99designs/gqlgen@v0.17.42 && \
go install github.com/Yamashou/gqlgenc@v0.16.1 && \
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 && \
go install github.com/gqlgo/operationname/cmd/operationname@v0.0.1 && \
go install github.com/gqlgo/iddirective/cmd/iddirective@v0.0.1 && \
go install github.com/builtbystack/nopermission/cmd/nopermission@v0.0.2 && \
go install github.com/daichirata/hammer@latest && \
go install mvdan.cc/sh/v3/cmd/shfmt@latest && \
go install github.com/google/yamlfmt/cmd/yamlfmt@latest && \
go install github.com/google/ko@v0.12.0 && \
Expand Down

0 comments on commit ef191ed

Please sign in to comment.