Skip to content

Commit 0589a1a

Browse files
mythitkatila
authored andcommitted
ci: update Jenkinfile to use the latest Go release
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent bf598bf commit 0589a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
REG="cloud-native-image-registry.westus.cloudapp.azure.com/"
1111
K8S_VERSION="1.27.1"
1212
GOLANGCI_LINT_VERSION="v1.52.2"
13-
GO_VERSION="1.20"
13+
GO_VERSION="1.20.5"
1414
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
1515
GOROOT="/usr/local/go"
1616
GOPATH="/tmp/go"

0 commit comments

Comments
 (0)