mirror of
https://github.com/ko-build/ko.git
synced 2025-02-01 19:14:40 +02:00
Pin the version of ko we use to release ko
Otherwise it creates a dependency cycle.
This was removed here: 61a6c202c8
This commit is contained in:
parent
ac22328979
commit
0dc6c0ecf4
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -29,6 +29,9 @@ jobs:
|
||||
|
||||
# This installs the current latest release.
|
||||
- uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7
|
||||
with:
|
||||
# This MUST be pinned or we have a dependency cycle!
|
||||
version: v0.16.0
|
||||
|
||||
- uses: imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e # v0.4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user