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:
parent
9f16fc47b3
commit
8ddadce699
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user