Skip to content

Commit 7619b62

Browse files
Update Kubernetes version to 1.34.1 in test infrastructure (#638)
* Initial plan * Update Kubernetes version to 1.34.1 and setup-envtest tool Co-authored-by: JaydipGabani <20255485+JaydipGabani@users.noreply.github.com> * Fix typo: GCO_ENABLED -> CGO_ENABLED Co-authored-by: JaydipGabani <20255485+JaydipGabani@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JaydipGabani <20255485+JaydipGabani@users.noreply.github.com> Co-authored-by: Jaydip Gabani <gabanijaydip@gmail.com>
1 parent a254e1c commit 7619b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constraint/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# workflow.yaml
33
GOLANGCI_LINT_VERSION ?= 2.7.2
44
KUSTOMIZE_VERSION ?= 3.8.9
5-
KUBERNETES_VERSION ?= 1.29.0
5+
KUBERNETES_VERSION ?= 1.34.1
66

77
# Detects the location of the user golangci-lint cache.
88
GOLANGCI_LINT_CACHE := $(shell pwd)/.tmp/golangci-lint
@@ -129,4 +129,4 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
129129
.PHONY: envtest
130130
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
131131
$(ENVTEST): $(LOCALBIN)
132-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) GCO_ENABLED=0 go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20230118154835-9241bceb3098
132+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) CGO_ENABLED=0 go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20251120113359-d81cc2de7a54

0 commit comments

Comments
 (0)