Skip to content

Commit

Permalink
Update golang compiler for golang tip job
Browse files Browse the repository at this point in the history
  • Loading branch information
Argh4k committed Jul 21, 2023
1 parent 3d760d2 commit a51454d
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 a51454d

Please sign in to comment.