We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19655a9 commit c72b817Copy full SHA for c72b817
.github/workflows/gomobile.yml
@@ -49,7 +49,8 @@ jobs:
49
- uses: actions/checkout@v2
50
- uses: actions/setup-go@v2
51
with:
52
- go-version: '^1.15'
+ go-version: '1.15.4'
53
+ # using fixed version due to error: go build runtime/cgo: invalid flag in go:cgo_ldflag: -fembed-bitcode
54
- name: Install Gomobile
55
run: make gomobile
56
- name: Build
0 commit comments