Skip to content

Commit cd7653c

Browse files
committed
update golang version to 1.24.0
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
1 parent 71122c5 commit cd7653c

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/NVIDIA/gpu-operator
22

3-
go 1.23.0
4-
5-
toolchain go1.23.4
3+
go 1.24.0
64

75
require (
86
github.com/Masterminds/sprig/v3 v3.3.0

tools/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/NVIDIA/gpu-operator/tools
22

3-
go 1.23.0
4-
5-
toolchain go1.23.4
3+
go 1.24.0
64

75
require (
86
k8s.io/code-generator v0.32.1

validator/versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
include $(CURDIR)/../versions.mk
1717

1818
CUDA_SAMPLES_VERSION ?= 11.7.1
19-
GOLANG_VERSION ?= 1.23.5
19+
GOLANG_VERSION ?= 1.24.0

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
2020
VERSION ?= v24.9.2
2121

22-
GOLANG_VERSION ?= 1.23.6
22+
GOLANG_VERSION ?= 1.24.0
2323

2424
GOLANGCI_LINT_VERSION ?= v1.64.5
2525

0 commit comments

Comments
 (0)