mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Update CircleCI to use Go 1.12 on macOS
This commit is contained in:
parent
9f16fc47b3
commit
8ddadce699
1 changed files with 3 additions and 3 deletions
|
@ -79,11 +79,11 @@ jobs:
|
||||||
echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install Go 1.11
|
name: Install Go 1.12
|
||||||
command: |
|
command: |
|
||||||
cd /tmp
|
cd /tmp
|
||||||
curl -LO https://dl.google.com/go/go1.11.5.darwin-amd64.pkg
|
curl -LO https://dl.google.com/go/go1.12.darwin-amd64.pkg
|
||||||
sudo installer -pkg /tmp/go1.11.5.darwin-amd64.pkg -target /
|
sudo installer -pkg /tmp/go1.12.darwin-amd64.pkg -target /
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install Gomobile
|
name: Install Gomobile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue