Skip to content

Commit dff9345

Browse files
authored
Merge pull request #1395 from NVIDIA/go-1.24.2
update golang to 1.24.2
2 parents fb2789a + 95a6a81 commit dff9345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.24.1
19+
GOLANG_VERSION ?= 1.24.2

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 ?= v25.3.0
2121

22-
GOLANG_VERSION ?= 1.24.1
22+
GOLANG_VERSION ?= 1.24.2
2323

2424
GOLANGCI_LINT_VERSION ?= v2.0.2
2525

0 commit comments

Comments
 (0)