We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08a9ac commit ad05db5Copy full SHA for ad05db5
.github/workflows/release.yml
@@ -16,9 +16,9 @@ jobs:
16
with:
17
go-version: '1.24'
18
- name: Setup ko
19
- uses: imjasonh/setup-ko@v0.8
+ uses: ko-build/setup-ko@v0.9
20
21
- version: v0.9.3
+ version: v0.17.1
22
- name: Binary builds with GoReleaser
23
uses: goreleaser/goreleaser-action@v6
24
.ko.yaml
@@ -1,3 +1,4 @@
1
+defaultBaseImage: gcr.io/distroless/static
2
builds:
3
- id: grpc_health_probe
4
flags: ["-tags=netgo"] # sync changes to .goreleaser.yml
0 commit comments