Skip to content

Commit

Permalink
Update codegen version
Browse files Browse the repository at this point in the history
  • Loading branch information
knanao committed May 13, 2022
1 parent 62f5a2a commit f86eaae
Show file tree
Hide file tree
Showing 9 changed files with 1,065 additions and 963 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -50,7 +50,7 @@ jobs:

chart:
name: Helm Chart
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gen.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Generate code
uses: docker://gcr.io/pipecd/codegen@sha256:64ee981a5a3343c8c70ac27fa899e502f27198fcae67c59af87d32f9c7e8c2c9 #v0.7.0
uses: docker://gcr.io/pipecd/codegen@sha256:b5694bfadb0098bc8f5cc4898d06e64b9a5244c0a6136910d8db4e4027aeca95 #v0.8.0
with:
args: /github/workspace
- name: Show Git status
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -146,7 +146,7 @@ update/docsy:

.PHONY: gen/code
gen/code:
docker run --rm -v ${PWD}:/repo -it gcr.io/pipecd/codegen:0.7.0 /repo
docker run --rm -v ${PWD}:/repo -it gcr.io/pipecd/codegen:0.8.0 /repo

.PHONY: gen/release
gen/release:
Expand Down
33 changes: 15 additions & 18 deletions pkg/app/server/service/webservice/service.pb.auth.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f86eaae

Please sign in to comment.