Skip to content

Commit e42f2b7

Browse files
Makefile: upgrade version of tools
Signed-off-by: Hyeongju Johannes Lee <[email protected]>
1 parent 64bdbc3 commit e42f2b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ BUILDTAGS ?= ""
88
BUILDER ?= "docker"
99
EXTRA_BUILD_ARGS ?= ""
1010

11-
CERT_MANAGER_VERSION ?= v1.9.1
12-
CONTROLLER_GEN_VERSION ?= v0.10.0
13-
GOLANGCI_LINT_VERSION ?= v1.50.0
14-
KIND_VERSION ?= v0.16.0
15-
GOLICENSES_VERSION ?= v1.4.0
11+
CERT_MANAGER_VERSION ?= v1.11.0
12+
CONTROLLER_GEN_VERSION ?= v0.11.1
13+
GOLANGCI_LINT_VERSION ?= v1.50.1
14+
KIND_VERSION ?= v0.17.0
15+
GOLICENSES_VERSION ?= v1.6.0
1616
# Default bundle image tag
1717
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG)
1818
# Options for 'bundle-build'

0 commit comments

Comments
 (0)