Skip to content

Commit

Permalink
Merge pull request kubernetes#2304 from Argh4k/golang-bump
Browse files Browse the repository at this point in the history
Update golang compiler for golang tip job
  • Loading branch information
k8s-ci-robot authored Jul 21, 2023
2 parents 3d760d2 + a51454d commit 7bacdab
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.18.5.linux-amd64.tar.gz
export GO_COMPILER_PKG?=go1.20.6.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 7bacdab

Please sign in to comment.