Skip to content

Commit c72b817

Browse files
committed
using fixed version for gomobile ios
1 parent 19655a9 commit c72b817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gomobile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
- uses: actions/checkout@v2
5050
- uses: actions/setup-go@v2
5151
with:
52-
go-version: '^1.15'
52+
go-version: '1.15.4'
53+
# using fixed version due to error: go build runtime/cgo: invalid flag in go:cgo_ldflag: -fembed-bitcode
5354
- name: Install Gomobile
5455
run: make gomobile
5556
- name: Build

0 commit comments

Comments
 (0)