Skip to content

Commit

Permalink
bump Go version to 1.23.5
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Feb 3, 2025
1 parent 72e1e09 commit 3baa413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3baa413

Please sign in to comment.