Skip to content

Commit 324e257

Browse files
committed
Install go in the Mac build step
1 parent e8beab7 commit 324e257

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939

4040
steps:
4141
- uses: actions/checkout@master
42+
- uses: actions/setup-go@v5
43+
with:
44+
go-version: '^1.22.1'
4245

4346
- name: test
4447
run: |

0 commit comments

Comments
 (0)