From e010061e09d755cdff20fe8db94061b1a396080f Mon Sep 17 00:00:00 2001 From: Steven Powell <44844360+spowelljr@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:38:20 -0800 Subject: [PATCH] Bump version to v0.0.12 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0d4bc28..23c9dd4 100644 --- a/Makefile +++ b/Makefile @@ -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