Skip to content

Commit 6d57fa7

Browse files
committed
Reuse github actions to install go
1 parent 1047d7d commit 6d57fa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ios.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
restore-keys: |
6767
${{ runner.os }}-spm-
6868
69-
# Do not use the github actions to install go, it will not install the correct version
7069
- name: Setup go-lang
71-
run: |
72-
brew install go@1.20
70+
uses: actions/setup-go@v3
71+
with:
72+
go-version: 1.20.14
7373

7474
- name: Install xcbeautify
7575
run: |

0 commit comments

Comments
 (0)