Skip to content

Commit 83f0284

Browse files
committed
update kustomize and golangci-lint
Signed-off-by: cpanato <[email protected]>
1 parent a57a353 commit 83f0284

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ ENVSUBST_VER := v1.4.2
7171
ENVSUBST_BIN := envsubst
7272
ENVSUBST := $(TOOLS_BIN_DIR)/$(ENVSUBST_BIN)
7373

74-
GOLANGCI_LINT_VER := v1.55.2
74+
GOLANGCI_LINT_VER := v1.56.2
7575
GOLANGCI_LINT_BIN := golangci-lint
7676
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)
7777

7878
KIND_VER := v0.20.0
7979
KIND_BIN := kind
8080
KIND := $(TOOLS_BIN_DIR)/$(KIND_BIN)-$(KIND_VER)
8181

82-
KUSTOMIZE_VER := v4.5.7
82+
KUSTOMIZE_VER := v5.3.0
8383
KUSTOMIZE_BIN := kustomize
8484
KUSTOMIZE := $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER)
8585

hack/ensure-kustomize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o nounset
1919
set -o pipefail
2020

2121
GOPATH_BIN="$(go env GOPATH)/bin/"
22-
MINIMUM_KUSTOMIZE_VERSION=3.1.0
22+
MINIMUM_KUSTOMIZE_VERSION=5.3.0
2323

2424
# Ensure the kustomize tool exists and is a viable version, or installs it
2525
verify_kustomize_version() {

0 commit comments

Comments
 (0)