Skip to content

Commit ad476d8

Browse files
committed
install go in the cross-compile test
1 parent 355c948 commit ad476d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/compile-mac.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27+
- name: Set up Go
28+
uses: actions/setup-go@v5
29+
with:
30+
go-version: 1.23.4
31+
id: go
32+
2733
- name: Setup Docker
2834
uses: docker/setup-docker-action@v4
2935
env:

0 commit comments

Comments
 (0)