Skip to content

Commit dd448cf

Browse files
authored
update to golang 1.24 (#841)
1 parent 2e80b24 commit dd448cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ openapi-gen:
315315
.PHONY: envtest
316316
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
317317
$(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
318+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) $(GO_CMD) install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
319319

320320
GINKGO = $(shell pwd)/bin/ginkgo
321321
.PHONY: ginkgo

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/jobset
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/google/go-cmp v0.7.0

0 commit comments

Comments
 (0)