Skip to content

Commit ad05db5

Browse files
committed
chore: bump ko version
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
1 parent b08a9ac commit ad05db5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
go-version: '1.24'
1818
- name: Setup ko
19-
uses: imjasonh/setup-ko@v0.8
19+
uses: ko-build/setup-ko@v0.9
2020
with:
21-
version: v0.9.3
21+
version: v0.17.1
2222
- name: Binary builds with GoReleaser
2323
uses: goreleaser/goreleaser-action@v6
2424
with:

.ko.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
defaultBaseImage: gcr.io/distroless/static
12
builds:
23
- id: grpc_health_probe
34
flags: ["-tags=netgo"] # sync changes to .goreleaser.yml

0 commit comments

Comments
 (0)