From 8cc552ecb8937dffdffb4bba882af0249fb666ff Mon Sep 17 00:00:00 2001 From: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:52:22 -0500 Subject: [PATCH] Upgrade common Makefile Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> --- build/common/Makefile.common.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/common/Makefile.common.mk b/build/common/Makefile.common.mk index 1fd9abe3..f50d31e8 100755 --- a/build/common/Makefile.common.mk +++ b/build/common/Makefile.common.mk @@ -11,13 +11,13 @@ GOLANGCI_VERSION := v1.52.2 # https://github.com/mvdan/gofumpt/releases/latest GOFUMPT_VERSION := v0.6.0 # https://github.com/daixiang0/gci/releases/latest -GCI_VERSION := v0.12.1 +GCI_VERSION := v0.12.3 # https://github.com/securego/gosec/releases/latest -GOSEC_VERSION := v2.18.2 +GOSEC_VERSION := v2.19.0 # https://github.com/kubernetes-sigs/kubebuilder/releases/latest -KBVERSION := 3.12.0 +KBVERSION := 3.14.0 # https://github.com/kubernetes/kubernetes/releases/latest -ENVTEST_K8S_VERSION := 1.26.x +ENVTEST_K8S_VERSION := 1.29.x LOCAL_BIN ?= $(error LOCAL_BIN is not set.) ifneq ($(findstring $(LOCAL_BIN), $(PATH)), $(LOCAL_BIN))