File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pipeline {
9
9
GO111MODULE = " on"
10
10
REG = " cloud-native-image-registry.westus.cloudapp.azure.com/"
11
11
K8S_VERSION = " 1.26.1"
12
- GOLANGCI_LINT_VERSION = " v1.52.1 "
12
+ GOLANGCI_LINT_VERSION = " v1.52.2 "
13
13
GO_VERSION = " 1.20"
14
14
GO_TAR = " go${ GO_VERSION} .linux-amd64.tar.gz"
15
15
GOROOT = " /usr/local/go"
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ BUILDTAGS ?= ""
8
8
BUILDER ?= "docker"
9
9
EXTRA_BUILD_ARGS ?= ""
10
10
11
- CERT_MANAGER_VERSION ?= v1.11.0
11
+ CERT_MANAGER_VERSION ?= v1.11.1
12
12
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
15
15
GOLICENSES_VERSION ?= v1.6.0
16
16
# Default bundle image tag
17
17
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG )
You can’t perform that action at this time.
0 commit comments