ci: update Jenkinfile to use the latest Go release

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2023-06-19 10:47:42 +03:00 committed by Tuomas Katila
parent bf598bf71a
commit 0589a1a612

2
Jenkinsfile vendored
View File

@ -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"