Merge pull request #53 from NVIDIA/bump-golang

This commit is contained in:
Tariq
2025-02-03 15:30:12 -08:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ VERSION ?= $(word 1,$(PARTS))
# vVERSION represents the version with a guaranteed v-prefix
vVERSION := v$(VERSION:v%=%)
GOLANG_VERSION ?= 1.21.5
GOLANG_VERSION ?= 1.23.5
ifeq ($(IMAGE),)
REGISTRY ?= nvidia