Skip to content

Commit d576936

Browse files
committed
fixing ios version
1 parent 2faf1ab commit d576936

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ios.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
path: output
4141
- uses: actions/setup-go@v2
4242
with:
43-
go-version: '^1.17'
43+
# we are using this version to avoid conflict with fast_rsa, they will be using 1.17.7
44+
go-version: '1.17.6'
4445
- name: Build
4546
run: make binding_ios
4647
- name: Compress

0 commit comments

Comments
 (0)