Skip to content

Commit

Permalink
Bump version to v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Nov 29, 2022
1 parent 6967a33 commit e010061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
REGISTRY?=gcr.io/k8s-minikube
VERSION=v0.0.11
VERSION=v0.0.12
GOOS?=$(shell go env GOOS)
GOARCH?=$(shell go env GOARCH)
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))
KO_VERSION=0.11.2
KO_VERSION=0.12.0

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

0 comments on commit e010061

Please sign in to comment.