Makefile: upgrade version of tools

Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
This commit is contained in:
Hyeongju Johannes Lee 2023-01-18 18:23:01 +02:00
parent 64bdbc3c38
commit e42f2b744a
No known key found for this signature in database
GPG Key ID: 6A2E5846A7BD43AE

View File

@ -8,11 +8,11 @@ BUILDTAGS ?= ""
BUILDER ?= "docker" BUILDER ?= "docker"
EXTRA_BUILD_ARGS ?= "" EXTRA_BUILD_ARGS ?= ""
CERT_MANAGER_VERSION ?= v1.9.1 CERT_MANAGER_VERSION ?= v1.11.0
CONTROLLER_GEN_VERSION ?= v0.10.0 CONTROLLER_GEN_VERSION ?= v0.11.1
GOLANGCI_LINT_VERSION ?= v1.50.0 GOLANGCI_LINT_VERSION ?= v1.50.1
KIND_VERSION ?= v0.16.0 KIND_VERSION ?= v0.17.0
GOLICENSES_VERSION ?= v1.4.0 GOLICENSES_VERSION ?= v1.6.0
# Default bundle image tag # Default bundle image tag
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG) BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG)
# Options for 'bundle-build' # Options for 'bundle-build'