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
commit 5a96d3e4d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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