Skip to content

Commit

Permalink
Update gqlgen and gqlgenc
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatard committed Feb 10, 2024
1 parent d4a9819 commit 558882f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 20240207/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ RUN set -eux && \
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.42 && \
go install github.com/Yamashou/gqlgenc@v0.16.1 && \
go install github.com/99designs/gqlgen@v0.17.43 && \
go install github.com/Yamashou/gqlgenc@v0.18.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 && \
Expand Down

0 comments on commit 558882f

Please sign in to comment.