Fix the go version to 1.14.9

This commit is contained in:
Mingshen Sun 2020-09-19 19:13:17 -07:00
parent 49e7526c1a
commit 089b97e26d
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -3,7 +3,7 @@ osx_image: xcode12
addons:
homebrew:
packages:
- go
- go@1.14
- gnupg2
- pass
update: true
@ -32,6 +32,7 @@ before_script:
travis_wait 80 ./wcarthage bootstrap --platform iOS
fi
- |
export PATH="/usr/local/opt/go@1.14/bin:$PATH"
if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh") ] && [ -d "go/dist/Crypto.framework" ]; then
echo "Use cached go dependencies."
ls -ld go/dist/*framework