Skip to content

Commit 3ff570c

Browse files
committed
Bump to golang 1.24.6 as base compiler
1 parent 48b6c15 commit 3ff570c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

golang/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.PHONY: build-go build push
1616

1717
export GCS_BUCKET?=k8s-infra-scale-golang-builds
18-
export GO_COMPILER_PKG?=go1.24.2.linux-amd64.tar.gz
18+
export GO_COMPILER_PKG?=go1.24.6.linux-amd64.tar.gz
1919
export GO_COMPILER_URL?=https://dl.google.com/go/$(GO_COMPILER_PKG)
2020
export ROOT_DIR?=/home/prow/go/src
2121

0 commit comments

Comments
 (0)