Update to go 1.16 for mobile builds (#121)

* modified build script to work with updated fork of go-mobile

* changed spacing and added trace for easier debugging

* fixed issue with user input overwritten

* removed mentions of make

* use go 1.16 in builds

* disabled some linters

* updated change log

Co-authored-by: wussler <aron@wussler.it>
This commit is contained in:
marinthiercelin 2021-03-29 16:29:34 +02:00 committed by GitHub
parent 7b16cf94c8
commit b5823b9dee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 105 additions and 66 deletions

View file

@ -18,10 +18,10 @@ jobs:
xcode-version: 12.2
id: xcode
- name: Set up Go 1.15
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ~1.15.6
go-version: ^1.16
id: go
- name: Checkout