File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11module github.com/NVIDIA/gpu-operator
22
3- go 1.23.0
4-
5- toolchain go1.23.4
3+ go 1.24.0
64
75require (
86 github.com/Masterminds/sprig/v3 v3.3.0
Original file line number Diff line number Diff line change 11module github.com/NVIDIA/gpu-operator/tools
22
3- go 1.23.0
4-
5- toolchain go1.23.4
3+ go 1.24.0
64
75require (
86 k8s.io/code-generator v0.32.1
Original file line number Diff line number Diff line change 1616include $(CURDIR ) /../versions.mk
1717
1818CUDA_SAMPLES_VERSION ?= 11.7.1
19- GOLANG_VERSION ?= 1.23.5
19+ GOLANG_VERSION ?= 1.24.0
Original file line number Diff line number Diff line change 1919# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
2020VERSION ?= v24.9.2
2121
22- GOLANG_VERSION ?= 1.23.6
22+ GOLANG_VERSION ?= 1.24.0
2323
2424GOLANGCI_LINT_VERSION ?= v1.64.5
2525
You can’t perform that action at this time.
0 commit comments