Skip to content

Commit

Permalink
bump golang to 1.23.3
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
  • Loading branch information
tariq1890 committed Nov 12, 2024
1 parent 3fe91a3 commit d46c0f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion validator/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
include $(CURDIR)/../versions.mk

CUDA_SAMPLES_VERSION ?= 11.7.1
GOLANG_VERSION ?= 1.22.7
GOLANG_VERSION ?= 1.23.3
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= v24.9.0

GOLANG_VERSION ?= 1.22.8
GOLANG_VERSION ?= 1.23.3

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

0 comments on commit d46c0f2

Please sign in to comment.