Skip to content

Commit 3744e09

Browse files
authored
Merge pull request #1389 from hj-johannes-lee/update-versions
2 parents 9cb08cf + e6bcd32 commit 3744e09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
GO111MODULE="on"
1010
REG="cloud-native-image-registry.westus.cloudapp.azure.com/"
1111
K8S_VERSION="1.26.1"
12-
GOLANGCI_LINT_VERSION="v1.52.1"
12+
GOLANGCI_LINT_VERSION="v1.52.2"
1313
GO_VERSION="1.20"
1414
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
1515
GOROOT="/usr/local/go"

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ BUILDTAGS ?= ""
88
BUILDER ?= "docker"
99
EXTRA_BUILD_ARGS ?= ""
1010

11-
CERT_MANAGER_VERSION ?= v1.11.0
11+
CERT_MANAGER_VERSION ?= v1.11.1
1212
CONTROLLER_GEN_VERSION ?= v0.11.3
13-
GOLANGCI_LINT_VERSION ?= v1.52.1
14-
KIND_VERSION ?= v0.17.0
13+
GOLANGCI_LINT_VERSION ?= v1.52.2
14+
KIND_VERSION ?= v0.18.0
1515
GOLICENSES_VERSION ?= v1.6.0
1616
# Default bundle image tag
1717
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG)

0 commit comments

Comments
 (0)