Skip to content

Commit 1c81ef4

Browse files
committed
Bump golang to 1.24.7
Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent f1798f8 commit 1c81ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ VERSION ?= v0.3.0
1616

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

19-
GOLANG_VERSION ?= 1.24.1
19+
GOLANG_VERSION ?= 1.24.7
2020

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

0 commit comments

Comments
 (0)