Skip to content

Commit

Permalink
Upgrade Makefile controller-tools version to v0.14.0.
Browse files Browse the repository at this point in the history
This avoids a segfault linked to Go 1.22.
See kubernetes-sigs/controller-tools#880.
  • Loading branch information
David-Wobrock committed Jun 23, 2024
1 parent e1d5753 commit 9845004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
ENVTEST ?= $(LOCALBIN)/setup-envtest

## Tool Versions
CONTROLLER_TOOLS_VERSION ?= v0.11.3
CONTROLLER_TOOLS_VERSION ?= v0.14.0
ENVTEST_K8S_VERSION = 1.26.1

# Image URL to use all building/pushing image targets
Expand Down

0 comments on commit 9845004

Please sign in to comment.