Skip to content

Commit

Permalink
update to use v0.13.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored and jeffmendoza committed May 20, 2023
1 parent d199777 commit 821f1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- name: golang:1.20
entrypoint: go
args: ['install', 'github.com/google/ko@v0.12.0']
args: ['install', 'github.com/google/ko@v0.13.0']
- name: golang:1.20
entrypoint: bash
args: ['-c', 'KO_DOCKER_REPO="gcr.io/allstar-ossf" /go/bin/ko publish ./cmd/allstar > container']
Expand Down

0 comments on commit 821f1a1

Please sign in to comment.