Skip to content

Commit

Permalink
Upgrade common Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
  • Loading branch information
dhaiducek authored and openshift-merge-bot[bot] committed Feb 27, 2024
1 parent b20257a commit 66049cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/common/Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 66049cc

Please sign in to comment.