Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GOSEC := $(TOOLS_BIN_DIR)/gosec

# default tool versions
# renovate: datasource=github-releases depName=securego/gosec
GOSEC_VERSION ?= v2.22.11
GOSEC_VERSION ?= v2.23.0

# tool versions from go.mod
CONTROLLER_GEN_VERSION ?= $(call version_gomod,sigs.k8s.io/controller-tools)
Expand Down
Loading