Skip to content

Commit

Permalink
Merge pull request #993 from NVIDIA/go-downgrade
Browse files Browse the repository at this point in the history
downgrade go from 1.23.0 to 1.22.7
  • Loading branch information
tariq1890 committed Sep 17, 2024
2 parents 361b4e3 + 64a0c0f commit 98ebb71
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.23.0
GOLANG_VERSION ?= 1.22.7
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.6.1

GOLANG_VERSION ?= 1.23.0
GOLANG_VERSION ?= 1.22.7

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

0 comments on commit 98ebb71

Please sign in to comment.