bump Go version to 1.23.5

Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
This commit is contained in:
Tariq Ibrahim 2025-02-02 20:54:40 -05:00
parent 72e1e095cf
commit 3baa413b63
No known key found for this signature in database
GPG Key ID: 8367AA3C6B8DF06D

View File

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