Skip to content

Commit af4cf47

Browse files
authored
Merge pull request #84 from embik/go-1.24.9
🌱 Use Go 1.24.9 for CI
2 parents 61b2b18 + de9fc63 commit af4cf47

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
@@ -28,7 +28,7 @@ ROOT_DIR=$(abspath .)
2828
#
2929
# Go.
3030
#
31-
GO_VERSION ?= 1.24.2
31+
GO_VERSION ?= 1.24.9
3232

3333
# Use GOPROXY environment variable if set
3434
GOPROXY := $(shell go env GOPROXY)

0 commit comments

Comments
 (0)