diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 78e9065e..b084cd85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ on: - 'release-*' env: GO_VERSION: 1.18.3 - K8S_VERSION: 1.22.1 + K8S_VERSION: 1.24.2 jobs: docs: diff --git a/Jenkinsfile b/Jenkinsfile index 873e6546..9dfa330b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"