Skip to content

Commit d46c0f2

Browse files
committed
bump golang to 1.23.3
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 3fe91a3 commit d46c0f2

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.22.7
19+
GOLANG_VERSION ?= 1.23.3

versions.mk

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

22-
GOLANG_VERSION ?= 1.22.8
22+
GOLANG_VERSION ?= 1.23.3
2323

2424
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")

0 commit comments

Comments
 (0)