Skip to content

Commit faa72c6

Browse files
committed
wtf GitHub actions can't use Go 1.25?
Let's see if downgrading from go 1.25 to go 1.24 fixes the errors. From the logs: Run go test . -coverprofile=coverage -race go test . -coverprofile=coverage -race shell: /usr/bin/bash -e {0} env: GOTOOLCHAIN: local go: go.mod requires go >= 1.25 (running go 1.24.7; GOTOOLCHAIN=local) Error: Process completed with exit code 1.
1 parent a8f919e commit faa72c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/bokwoon95/wgo
22

3-
go 1.25
3+
go 1.24
44

55
require (
66
github.com/fsnotify/fsnotify v1.6.0

0 commit comments

Comments
 (0)