Skip to content

Commit 78d90f2

Browse files
authored
Merge pull request #1309 from hj-johannes-lee/upgrade-makefile-versions
Makefile: upgrade version of tools
2 parents 7e3047f + e42f2b7 commit 78d90f2

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)