Skip to content

Commit 2ba928b

Browse files
authored
Merge pull request #3499 from dims/bump-to-golang-1.24.6-as-base-compiler
Bump to golang 1.24.6 as base compiler
2 parents 48b6c15 + 3ff570c commit 2ba928b

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)