Skip to content

Commit

Permalink
Merge pull request #19 from builtbystack/add-gqlgen
Browse files Browse the repository at this point in the history
erpでgqlgenコマンドを使うようにしたので追加
  • Loading branch information
nametake authored Nov 17, 2023
2 parents 0af0da6 + 0b70dda commit 69a24f7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: [20231019, 20231109]
version: [20231109, 20231116]
steps:
- uses: actions/checkout@v3

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

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

Expand Down
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/golangci-lint@v1.54.2 && \
go install github.com/Yamashou/gqlgenc@v0.15.1 && \
go install github.com/99designs/gqlgen@v0.17.40 && \
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 All @@ -39,7 +40,6 @@ RUN set -eux && \
go install github.com/builtbystack/nopermission/cmd/nopermission@v0.0.2 && \
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/ko@v0.12.0 && \
go install github.com/sonatard/runenv@latest && \
rm -rf ${GOPATH}/src ${GOPATH}/pkg && \
Expand Down

0 comments on commit 69a24f7

Please sign in to comment.