Skip to content

Commit

Permalink
Added gqlgen cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nametake committed Nov 16, 2023
1 parent 0af0da6 commit 8d68c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 20231019/Dockerfile → 20231116/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN set -eux && \
go install mvdan.cc/gofumpt@latest && \
go install github.com/daixiang0/gci@latest && \
go install github.com/golangci/golangci-lint/cmd/[email protected] && \
go install github.com/Yamashou/[email protected] && \
go install github.com/99designs/[email protected] && \
go install github.com/Yamashou/[email protected] && \
go install github.com/gqlgo/nodecheck/cmd/[email protected] && \
go install github.com/gqlgo/deprecatedquery/cmd/[email protected] && \
go install github.com/gqlgo/optionalschema/cmd/[email protected] && \
Expand All @@ -39,7 +40,6 @@ RUN set -eux && \
go install github.com/builtbystack/nopermission/cmd/[email protected] && \
go install mvdan.cc/sh/v3/cmd/shfmt@latest && \
go install github.com/google/yamlfmt/cmd/yamlfmt@latest && \
go install github.com/gqlgo/gqlfmt@latest && \
go install github.com/google/[email protected] && \
go install github.com/sonatard/runenv@latest && \
rm -rf ${GOPATH}/src ${GOPATH}/pkg && \
Expand Down

0 comments on commit 8d68c81

Please sign in to comment.