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:
Danny Mösch 2021-08-30 00:52:48 +02:00 committed by GitHub
parent ab8eaaf97c
commit c72cd1c653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,9 @@ jobs:
- uses: actions/checkout@v2
- name: Installing packages
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 go || brew link --overwrite go
gem install bundler
- uses: actions/cache@v2
id: carthage-cache
@ -45,8 +46,6 @@ jobs:
./scripts/wcarthage bootstrap --platform iOS --no-use-binaries --cache-builds
- name: GopenPGP
if: steps.gopenpgp-cache.outputs.cache-hit != 'true'
run: |
export PATH="/usr/local/opt/go@1.14/bin:$PATH"
./scripts/gopenpgp_build.sh
run: ./scripts/gopenpgp_build.sh
- name: Testing
run: bundle exec fastlane test