Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit edf6ade

Browse files
authored
Merge pull request #407 from pjonsson/ci-bump-k8s-version
ci-test: bump K8S_VERSION to 1.26.1
2 parents 425f857 + 0dfed4c commit edf6ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export PATH=$(go env GOPATH)/bin:$PATH
3030
mkdir -p $(go env GOPATH)/bin
3131

3232
echo "Installing kubebuilder tools"
33-
K8S_VERSION=1.19.2
33+
K8S_VERSION=1.26.1
3434
curl -sSLo envtest-bins.tar.gz "https://storage.googleapis.com/kubebuilder-tools/kubebuilder-tools-${K8S_VERSION}-$(go env GOOS)-$(go env GOARCH).tar.gz"
3535
mkdir /usr/local/kubebuilder
3636
tar -C /usr/local/kubebuilder --strip-components=1 -zvxf envtest-bins.tar.gz

0 commit comments

Comments
 (0)