Skip to content

Commit

Permalink
ci: update release builds to go 1.14 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewxhill authored Apr 9, 2020
1 parent 60f2776 commit a0614c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
command: |
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
curl -L -o go1.12.5.darwin-amd64.tar.gz https://dl.google.com/go/go1.12.5.darwin-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.12.5.darwin-amd64.tar.gz
curl -L -o go1.14.2.darwin-amd64.tar.gz https://dl.google.com/go/go1.14.2.darwin-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.14.2.darwin-amd64.tar.gz
cd ~ && mkdir gosrc && cd gosrc
git clone https://github.com/textileio/go.git && cd go
git checkout sander/ptrace-hackery
Expand Down Expand Up @@ -84,8 +84,8 @@ jobs:
- run:
name: install golang
command: |
wget https://dl.google.com/go/go1.12.5.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.12.5.linux-amd64.tar.gz
wget https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.14.2.linux-amd64.tar.gz
mkdir -p $GOPATH/bin
- restore_cache:
key: go-mod-v1-android-{{ checksum "go.sum" }}-{{ arch }}
Expand Down

0 comments on commit a0614c2

Please sign in to comment.