Skip to content

Commit

Permalink
fix Makefile var
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Dec 16, 2024
1 parent 0a1b7f6 commit 85b35e5
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 @@ -26,7 +26,7 @@ IMG ?= $(IMG_REGISTRY)/$(MODULE_NAME)-manager:$(MODULE_VERSION)
## Image URL to use all building/pushing image targets
#IMG ?= controller:latest
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.30.1
ENVTEST_K8S_VERSION = 1.31.0

# VERIFY_IGNORE is a grep pattern to exclude files and directories from verification
VERIFY_IGNORE := /vendor\|/automock
Expand Down

0 comments on commit 85b35e5

Please sign in to comment.