Skip to content

Commit 6e71732

Browse files
Makefile: update versions of golangci-lint and cert-manager
Signed-off-by: Hyeongju Johannes Lee <[email protected]>
1 parent c60a3af commit 6e71732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

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

11-
CERT_MANAGER_VERSION ?= v1.12.0
11+
CERT_MANAGER_VERSION ?= v1.12.2
1212
CONTROLLER_GEN_VERSION ?= v0.12.0
13-
GOLANGCI_LINT_VERSION ?= v1.52.2
13+
GOLANGCI_LINT_VERSION ?= v1.53.3
1414
KIND_VERSION ?= v0.19.0
1515
GOLICENSES_VERSION ?= v1.6.0
1616
# Default bundle image tag

0 commit comments

Comments
 (0)