Skip to content

Commit 0d9fc31

Browse files
authored
Merge branch 'GoogleContainerTools:main' into distroless-image
2 parents cf985e2 + 6773085 commit 0d9fc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
REGISTRY?=gcr.io/k8s-minikube
2-
VERSION=v0.0.11
2+
VERSION=v0.0.13
33
GOOS?=$(shell go env GOOS)
44
GOARCH?=$(shell go env GOARCH)
55
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))
6-
KO_VERSION=0.11.2
6+
KO_VERSION=0.12.0
77

88
build: ## Build the gcp-auth-webhook binary
99
CGO_ENABLED=0 GOOS=linux go build -ldflags="-X 'main.Version=$(VERSION)'" -o out/gcp-auth-webhook server.go

0 commit comments

Comments
 (0)