Skip to content

Commit

Permalink
Bump version of go compiler that bootstraps golang tip test to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konryd committed Sep 12, 2024
1 parent 1e9b51d commit 73fdede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 73fdede

Please sign in to comment.