mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
ci: update cri-o version
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
5e027ca39c
commit
fc4c7c30d4
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
- 'release-*'
|
- 'release-*'
|
||||||
env:
|
env:
|
||||||
RUNC_VERSION: v1.0.0-rc92
|
RUNC_VERSION: v1.0.0-rc92
|
||||||
CRIO_VERSION: v1.18.2
|
CRIO_VERSION: v1.19.0
|
||||||
GO_VERSION: 1.15.3
|
GO_VERSION: 1.15.3
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ pipeline {
|
|||||||
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.0-rc92"
|
RUNC_VERSION="v1.0.0-rc92"
|
||||||
CRIO_VERSION="v1.18.2"
|
CRIO_VERSION="v1.19.0"
|
||||||
GOLANGCI_LINT_VERSION="v1.30.0"
|
GOLANGCI_LINT_VERSION="v1.30.0"
|
||||||
BUILDAH_VERSION="v1.15.0"
|
BUILDAH_VERSION="v1.15.0"
|
||||||
GO_VERSION="1.15.3"
|
GO_VERSION="1.15.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user