Skip to content

Commit 3baa413

Browse files
committed
bump Go version to 1.23.5
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 72e1e09 commit 3baa413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ VERSION ?= $(word 1,$(PARTS))
2222
# vVERSION represents the version with a guaranteed v-prefix
2323
vVERSION := v$(VERSION:v%=%)
2424

25-
GOLANG_VERSION ?= 1.21.5
25+
GOLANG_VERSION ?= 1.23.5
2626

2727
ifeq ($(IMAGE),)
2828
REGISTRY ?= nvidia

0 commit comments

Comments
 (0)