Skip to content

Commit

Permalink
Merge pull request #42 from NVIDIA/go-1.22.4
Browse files Browse the repository at this point in the history
Bump golang to 1.22.4
  • Loading branch information
cdesiniotis authored Jun 27, 2024
2 parents 0fbfe99 + 39d5dad commit ef58059
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.2
GOLANG_VERSION ?= 1.22.4

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

0 comments on commit ef58059

Please sign in to comment.