Skip to content

Commit c5fe2d8

Browse files
committed
fix go version
1 parent d1547fa commit c5fe2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-mac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: 1.23.3
30+
go-version: 1.23.4
3131
id: go
3232

3333
# Retrieve build locations with `go env`

0 commit comments

Comments
 (0)