Skip to content

Commit 8b78a5e

Browse files
committed
Merge branch 'distroless-image' of github.com:iastewar/gcp-auth-webhook into distroless-image
2 parents 0e54ed7 + 0d9fc31 commit 8b78a5e

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)