Skip to content

Commit b20421b

Browse files
committed
Add setup-go for mac github action
1 parent 449e41f commit b20421b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
steps:
4747
- name: Check out repository code
4848
uses: actions/checkout@v4
49+
- name: Setup Go
50+
uses: actions/setup-go@v5
51+
with:
52+
go-version-file: 'go.mod'
4953
- name: Build executables
5054
run: |
5155
mkdir build

0 commit comments

Comments
 (0)