Skip to content

Commit

Permalink
update ko to v0.11.2
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Apr 7, 2022
1 parent 3bff341 commit b9080b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 # v0.4
with:
version: v0.9.3
version: v0.11.2

- name: Set up Cloud SDK
uses: google-github-actions/auth@8d125895b958610ec414ca4dae010257eaa814d3 # v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
go-version: ${{ env.GOVERSION }}
- uses: imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 # v0.4
with:
version: v0.9.3
version: v0.11.2
- name: container
run: |
KO_PREFIX=ko.local make ko 2>&1 | tee output.txt
make ko-local 2>&1 | tee output.txt
docker run --rm $(tail -1 output.txt) version
e2e:
Expand Down

0 comments on commit b9080b0

Please sign in to comment.