mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
ci: update envtest to use k8s v1.24.2
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
823e87a045
commit
388866acc9
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -10,7 +10,7 @@ on:
|
||||
- 'release-*'
|
||||
env:
|
||||
GO_VERSION: 1.18.3
|
||||
K8S_VERSION: 1.22.1
|
||||
K8S_VERSION: 1.24.2
|
||||
jobs:
|
||||
|
||||
docs:
|
||||
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ pipeline {
|
||||
environment {
|
||||
GO111MODULE="on"
|
||||
REG="cloud-native-image-registry.westus.cloudapp.azure.com/"
|
||||
K8S_VERSION="1.22.1"
|
||||
K8S_VERSION="1.24.2"
|
||||
GOLANGCI_LINT_VERSION="v1.46.2"
|
||||
GO_VERSION="1.18.3"
|
||||
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user