mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-14 04:30:32 +00:00
Actually really use 1.13.3 for all the builds this time
This commit is contained in:
parent
ee644c47e8
commit
0e7ed4c997
@ -106,11 +106,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.12.7
|
name: Install Go 1.13.3
|
||||||
command: |
|
command: |
|
||||||
cd /tmp
|
cd /tmp
|
||||||
curl -LO https://dl.google.com/go/go1.12.7.darwin-amd64.pkg
|
curl -LO https://dl.google.com/go/go1.13.3.darwin-amd64.pkg
|
||||||
sudo installer -pkg /tmp/go1.12.7.darwin-amd64.pkg -target /
|
sudo installer -pkg /tmp/go1.13.3.darwin-amd64.pkg -target /
|
||||||
|
|
||||||
#- run:
|
#- run:
|
||||||
# name: Install Gomobile
|
# name: Install Gomobile
|
||||||
@ -146,7 +146,7 @@ jobs:
|
|||||||
|
|
||||||
build-other:
|
build-other:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.12.7
|
- image: circleci/golang:1.13.3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user