diff --git a/golang/Makefile b/golang/Makefile index 217f557596..977ba537c3 100644 --- a/golang/Makefile +++ b/golang/Makefile @@ -15,7 +15,7 @@ .PHONY: build-go build push export GCS_BUCKET?=k8s-infra-scale-golang-builds -export GO_COMPILER_PKG?=go1.22.0.linux-amd64.tar.gz +export GO_COMPILER_PKG?=go1.23.0.linux-amd64.tar.gz export GO_COMPILER_URL?=https://dl.google.com/go/$(GO_COMPILER_PKG) export ROOT_DIR?=/home/prow/go/src