Use the most recent version of Go in build (#498)
According to 93954f3bec version 1.14 is not specifically required anymore.
This commit is contained in:
parent
ab8eaaf97c
commit
c72cd1c653
1 changed files with 3 additions and 4 deletions
7
.github/workflows/testing.yml
vendored
7
.github/workflows/testing.yml
vendored
|
|
@ -9,8 +9,9 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Installing packages
|
- name: Installing packages
|
||||||
run: |
|
run: |
|
||||||
brew install libtool automake cmake carthage go@1.14 swiftformat openssl libssh2
|
brew install libtool automake cmake carthage swiftformat openssl libssh2
|
||||||
brew install swiftlint || brew link --overwrite swiftlint
|
brew install swiftlint || brew link --overwrite swiftlint
|
||||||
|
brew install go || brew link --overwrite go
|
||||||
gem install bundler
|
gem install bundler
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
id: carthage-cache
|
id: carthage-cache
|
||||||
|
|
@ -45,8 +46,6 @@ jobs:
|
||||||
./scripts/wcarthage bootstrap --platform iOS --no-use-binaries --cache-builds
|
./scripts/wcarthage bootstrap --platform iOS --no-use-binaries --cache-builds
|
||||||
- name: GopenPGP
|
- name: GopenPGP
|
||||||
if: steps.gopenpgp-cache.outputs.cache-hit != 'true'
|
if: steps.gopenpgp-cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: ./scripts/gopenpgp_build.sh
|
||||||
export PATH="/usr/local/opt/go@1.14/bin:$PATH"
|
|
||||||
./scripts/gopenpgp_build.sh
|
|
||||||
- name: Testing
|
- name: Testing
|
||||||
run: bundle exec fastlane test
|
run: bundle exec fastlane test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue