Skip to content

Commit 98eabca

Browse files
authored
Update Makefile to use v1.27.3
Signed-off-by: RealAnna <[email protected]>
1 parent e092b11 commit 98eabca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lifecycle-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BUILDENVVAR=CGO_ENABLED=0
2121
VERSION=$(shell echo $(RELEASE_VERSION) | awk -F - '{print $$2}')
2222

2323
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
24-
ENVTEST_K8S_VERSION=1.24.2
24+
ENVTEST_K8S_VERSION=1.27.3
2525

2626
## Tool Versions
2727
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize

0 commit comments

Comments
 (0)