Skip to content

Commit acc8cbd

Browse files
committed
Update makefile GO_VERSION to v1.24.0
1 parent 2398a70 commit acc8cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include $(ROOT_DIR_RELATIVE)/common.mk
2020
# https://suva.sh/posts/well-documented-makefiles
2121

2222
# Go
23-
GO_VERSION ?=1.23.9
23+
GO_VERSION ?=1.24.0
2424
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)
2525

2626
# Directories.

0 commit comments

Comments
 (0)