ci: pin ko version (#1309)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-02-28 12:53:28 -05:00 committed by GitHub
parent 060faae528
commit 8c171a1b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -54,6 +54,8 @@ runs:
- name: Set up ko
uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6
with:
ko-version: "v0.12.0"
- name: Build and upload ko container image
id: build

View File

@ -32,9 +32,6 @@ jobs:
with:
go-version: "1.20.1"
- name: Set up ko
uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6
- name: Build and upload KeyService container image
id: build-and-upload
uses: ./.github/actions/build_micro_service_ko