mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
ci:update versions to latest
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
This commit is contained in:
parent
26f1a0efa3
commit
64b4f66d39
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -9,8 +9,8 @@ on:
|
|||||||
- main
|
- main
|
||||||
- 'release-*'
|
- 'release-*'
|
||||||
env:
|
env:
|
||||||
RUNC_VERSION: v1.0.2
|
RUNC_VERSION: v1.0.3
|
||||||
GO_VERSION: 1.17.2
|
GO_VERSION: 1.17.4
|
||||||
K8S_VERSION: 1.22.1
|
K8S_VERSION: 1.22.1
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -8,11 +8,11 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
GO111MODULE="on"
|
GO111MODULE="on"
|
||||||
REG="cloud-native-image-registry.westus.cloudapp.azure.com/"
|
REG="cloud-native-image-registry.westus.cloudapp.azure.com/"
|
||||||
RUNC_VERSION="v1.0.2"
|
RUNC_VERSION="v1.0.3"
|
||||||
CRIO_VERSION="v1.20.0"
|
CRIO_VERSION="v1.21.4"
|
||||||
K8S_VERSION="1.22.1"
|
K8S_VERSION="1.22.1"
|
||||||
GOLANGCI_LINT_VERSION="v1.42.0"
|
GOLANGCI_LINT_VERSION="v1.43.0"
|
||||||
GO_VERSION="1.17.2"
|
GO_VERSION="1.17.4"
|
||||||
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
|
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
|
||||||
GOROOT="/usr/local/go"
|
GOROOT="/usr/local/go"
|
||||||
GOPATH="/tmp/go"
|
GOPATH="/tmp/go"
|
||||||
|
Loading…
Reference in New Issue
Block a user