Skip to content

Commit e010061

Browse files
authored
Bump version to v0.0.12
1 parent 6967a33 commit e010061

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.12
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)