Skip to content

Commit

Permalink
envtest version 1.27.1 -> 1.29.1 (#270)
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu McCloskey <[email protected]>
  • Loading branch information
nabuskey authored May 31, 2024
1 parent f556285 commit 313c346
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 @@ -12,7 +12,7 @@ build: manifests generate fmt vet embedded-resources
go build $(LD_FLAGS) -o $(OUT_FILE) main.go

# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.27.1
ENVTEST_K8S_VERSION = 1.29.1

## Location to install dependencies to
LOCALBIN ?= $(shell pwd)/bin
Expand Down

0 comments on commit 313c346

Please sign in to comment.