Skip to content

Commit

Permalink
Bump golang to 1.22.4
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Desiniotis <[email protected]>
  • Loading branch information
cdesiniotis committed Jun 26, 2024
1 parent 0fbfe99 commit 39d5dad
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 39d5dad

Please sign in to comment.