Skip to content

Commit 03b4d9c

Browse files
committed
fixed version go
1 parent 72d116f commit 03b4d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gomobile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v2
5050
- uses: actions/setup-go@v2
5151
with:
52-
go-version: '^1.14'
52+
go-version: '1.14.13'
5353
# using this version to support more Architectures in the fat file: Openpgp are: armv7 i386 x86_64 arm64
5454
- name: Install Gomobile
5555
run: |

0 commit comments

Comments
 (0)