Skip to content

Commit

Permalink
Merge pull request #46 from NVIDIA/bump-golang
Browse files Browse the repository at this point in the history
bump go version to 1.22.5
  • Loading branch information
cdesiniotis authored Jul 16, 2024
2 parents 469479c + 9ff81f7 commit 3746d1d
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 @@ -16,6 +16,6 @@ VERSION ?= v0.2.6

vVERSION := v$(VERSION:v%=%)

GOLANG_VERSION ?= 1.22.4
GOLANG_VERSION ?= 1.22.5

GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")

0 comments on commit 3746d1d

Please sign in to comment.