From 64b4f66d39aa2571ba2b7a5164b0316b8cf526ce Mon Sep 17 00:00:00 2001 From: Hyeongju Johannes Lee Date: Thu, 9 Dec 2021 04:20:49 -0800 Subject: [PATCH] ci:update versions to latest Signed-off-by: Hyeongju Johannes Lee --- .github/workflows/ci.yaml | 4 ++-- Jenkinsfile | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 36f01783..53624379 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,8 +9,8 @@ on: - main - 'release-*' env: - RUNC_VERSION: v1.0.2 - GO_VERSION: 1.17.2 + RUNC_VERSION: v1.0.3 + GO_VERSION: 1.17.4 K8S_VERSION: 1.22.1 jobs: diff --git a/Jenkinsfile b/Jenkinsfile index 2017ab94..e16e2a48 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,11 +8,11 @@ pipeline { environment { GO111MODULE="on" REG="cloud-native-image-registry.westus.cloudapp.azure.com/" - RUNC_VERSION="v1.0.2" - CRIO_VERSION="v1.20.0" + RUNC_VERSION="v1.0.3" + CRIO_VERSION="v1.21.4" K8S_VERSION="1.22.1" - GOLANGCI_LINT_VERSION="v1.42.0" - GO_VERSION="1.17.2" + GOLANGCI_LINT_VERSION="v1.43.0" + GO_VERSION="1.17.4" GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz" GOROOT="/usr/local/go" GOPATH="/tmp/go"