mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
ci: update Jenkinfile to use the latest Go release
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
bf598bf71a
commit
0589a1a612
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user