Skip to content
Snippets Groups Projects
Commit 0321bd2d authored by Carina Antunes's avatar Carina Antunes
Browse files

[#99] Fix CI: pin setup-envtest for golang 1.21 compatibility

parent 6938a188
No related branches found
No related tags found
1 merge request!216[#99] Fix CI: pin setup-envtest for golang 1.21 compatibility
......@@ -19,5 +19,7 @@ variables:
GoTest:
stage: test
image: golang:1.21
variables:
ACK_GINKGO_DEPRECATIONS: 1.16.4
script:
- make test
......@@ -34,7 +34,7 @@ ENVTEST := $(GOBIN)/setup-envtest
ENVTEST_K8S_VERSION = 1.21
# Download setup-envtest locally if necessary
setup-envtest-bin:
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.17
ls -l $(GOBIN)
$(ENVTEST) use ${ENVTEST_K8S_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment