File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ ENVSUBST_VER := v1.4.2
7171ENVSUBST_BIN := envsubst
7272ENVSUBST := $(TOOLS_BIN_DIR ) /$(ENVSUBST_BIN )
7373
74- GOLANGCI_LINT_VER := v1.55 .2
74+ GOLANGCI_LINT_VER := v1.56 .2
7575GOLANGCI_LINT_BIN := golangci-lint
7676GOLANGCI_LINT := $(TOOLS_BIN_DIR ) /$(GOLANGCI_LINT_BIN ) -$(GOLANGCI_LINT_VER )
7777
7878KIND_VER := v0.20.0
7979KIND_BIN := kind
8080KIND := $(TOOLS_BIN_DIR ) /$(KIND_BIN ) -$(KIND_VER )
8181
82- KUSTOMIZE_VER := v4.5.7
82+ KUSTOMIZE_VER := v5.3.0
8383KUSTOMIZE_BIN := kustomize
8484KUSTOMIZE := $(TOOLS_BIN_DIR ) /$(KUSTOMIZE_BIN ) -$(KUSTOMIZE_VER )
8585
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -o nounset
1919set -o pipefail
2020
2121GOPATH_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
2525verify_kustomize_version () {
You can’t perform that action at this time.
0 commit comments