mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
ci: update to Go 1.18.1
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
This commit is contained in:
parent
a164e777d1
commit
c8c472fb82
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -10,7 +10,7 @@ on:
|
||||
- 'release-*'
|
||||
env:
|
||||
RUNC_VERSION: v1.0.3
|
||||
GO_VERSION: 1.18
|
||||
GO_VERSION: 1.18.1
|
||||
K8S_VERSION: 1.22.1
|
||||
jobs:
|
||||
|
||||
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -12,7 +12,7 @@ pipeline {
|
||||
CRIO_VERSION="v1.21.4"
|
||||
K8S_VERSION="1.22.1"
|
||||
GOLANGCI_LINT_VERSION="v1.45.0"
|
||||
GO_VERSION="1.18"
|
||||
GO_VERSION="1.18.1"
|
||||
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
|
||||
GOROOT="/usr/local/go"
|
||||
GOPATH="/tmp/go"
|
||||
|
Loading…
Reference in New Issue
Block a user