ci: update envtest to use k8s v1.24.2

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2022-07-19 11:56:52 +03:00
parent 823e87a045
commit 388866acc9
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

@ -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"