Merge pull request #1389 from hj-johannes-lee/update-versions

This commit is contained in:
Mikko Ylinen 2023-04-21 19:52:58 +03:00 committed by GitHub
commit 3744e09a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
GO111MODULE="on"
REG="cloud-native-image-registry.westus.cloudapp.azure.com/"
K8S_VERSION="1.26.1"
GOLANGCI_LINT_VERSION="v1.52.1"
GOLANGCI_LINT_VERSION="v1.52.2"
GO_VERSION="1.20"
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
GOROOT="/usr/local/go"

View File

@ -8,10 +8,10 @@ BUILDTAGS ?= ""
BUILDER ?= "docker"
EXTRA_BUILD_ARGS ?= ""
CERT_MANAGER_VERSION ?= v1.11.0
CERT_MANAGER_VERSION ?= v1.11.1
CONTROLLER_GEN_VERSION ?= v0.11.3
GOLANGCI_LINT_VERSION ?= v1.52.1
KIND_VERSION ?= v0.17.0
GOLANGCI_LINT_VERSION ?= v1.52.2
KIND_VERSION ?= v0.18.0
GOLICENSES_VERSION ?= v1.6.0
# Default bundle image tag
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG)