We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e80b24 commit dd448cfCopy full SHA for dd448cf
Makefile
@@ -315,7 +315,7 @@ openapi-gen:
315
.PHONY: envtest
316
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
317
$(ENVTEST): $(LOCALBIN)
318
- test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) $(GO_CMD) install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240813183042-b901db121e1f
+ test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) $(GO_CMD) install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
319
320
GINKGO = $(shell pwd)/bin/ginkgo
321
.PHONY: ginkgo
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/jobset
2
3
-go 1.23.0
+go 1.24.0
4
5
require (
6
github.com/google/go-cmp v0.7.0
0 commit comments