mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 13:00:47 +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
|
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…
Reference in New Issue
Block a user