X Tutup
Skip to content

Commit b9caa65

Browse files
committed
Install go in the Mac build step
1 parent bb5e0f6 commit b9caa65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
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)
X Tutup