Skip to content

Commit 073f9cf

Browse files
committed
Bump golang version to 1.20.5
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 1fdd0c1 commit 073f9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
3131
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
3232

3333
CUDA_VERSION := 12.2.0
34-
GOLANG_VERSION := 1.20.3
34+
GOLANG_VERSION := 1.20.5
3535

3636
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")
3737
GIT_COMMIT_SHORT ?= $(shell git rev-parse --short HEAD 2> /dev/null || echo "")

0 commit comments

Comments
 (0)