5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-22 07:10:28 +00:00

Update CircleCI to use Go 1.12 on macOS

This commit is contained in:
Neil Alexander 2019-03-13 18:47:03 +00:00
parent 9f16fc47b3
commit 8ddadce699
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -79,11 +79,11 @@ jobs:
echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- run:
name: Install Go 1.11
name: Install Go 1.12
command: |
cd /tmp
curl -LO https://dl.google.com/go/go1.11.5.darwin-amd64.pkg
sudo installer -pkg /tmp/go1.11.5.darwin-amd64.pkg -target /
curl -LO https://dl.google.com/go/go1.12.darwin-amd64.pkg
sudo installer -pkg /tmp/go1.12.darwin-amd64.pkg -target /
- run:
name: Install Gomobile