From 0589a1a612ad05bbb0ea2ebeacba6768be236147 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Mon, 19 Jun 2023 10:47:42 +0300 Subject: [PATCH] ci: update Jenkinfile to use the latest Go release Signed-off-by: Mikko Ylinen --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d092bba4..3d5c59fd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { REG="cloud-native-image-registry.westus.cloudapp.azure.com/" K8S_VERSION="1.27.1" GOLANGCI_LINT_VERSION="v1.52.2" - GO_VERSION="1.20" + GO_VERSION="1.20.5" GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz" GOROOT="/usr/local/go" GOPATH="/tmp/go"