Merge branch 'bump-golang-1.20.5' into 'main'

Bump golang version to 1.20.5

See merge request nvidia/container-toolkit/container-toolkit!436
This commit is contained in:
Evan Lezar 2023-07-05 14:07:58 +00:00
commit d5cbe48d59

View File

@ -31,7 +31,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
CUDA_VERSION := 12.2.0 CUDA_VERSION := 12.2.0
GOLANG_VERSION := 1.20.3 GOLANG_VERSION := 1.20.5
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "") GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")
GIT_COMMIT_SHORT ?= $(shell git rev-parse --short HEAD 2> /dev/null || echo "") GIT_COMMIT_SHORT ?= $(shell git rev-parse --short HEAD 2> /dev/null || echo "")