From 94849fa8226ef8d0599cec4442e3c3a9b44dad3b Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Mon, 29 Nov 2021 14:36:28 +0100 Subject: [PATCH] Bump golang version to 1.16.4 Signed-off-by: Evan Lezar --- build/container/Makefile | 1 - versions.mk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build/container/Makefile b/build/container/Makefile index bb87d3c8..4e6fb1ce 100644 --- a/build/container/Makefile +++ b/build/container/Makefile @@ -19,7 +19,6 @@ DIST_DIR ?= $(CURDIR)/dist ##### Global variables ##### include $(CURDIR)/versions.mk -GOLANG_VERSION := 1.16.4 ifeq ($(IMAGE_NAME),) REGISTRY ?= nvidia IMAGE_NAME := $(REGISTRY)/container-toolkit diff --git a/versions.mk b/versions.mk index 44a78f30..5642591e 100644 --- a/versions.mk +++ b/versions.mk @@ -21,4 +21,4 @@ NVIDIA_DOCKER_VERSION := 2.8.0 NVIDIA_CONTAINER_RUNTIME_VERSION := 3.6.0 CUDA_VERSION := 11.4.2 -GOLANG_VERSION := 1.16.3 +GOLANG_VERSION := 1.16.4