Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Upgrade to go v1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Oct 31, 2019
1 parent 667415c commit 55d13c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
keys:
- ship-integration-test-build-cache-base
- run: |
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.linux-amd64.tar.gz
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
sudo apt update --fix-missing
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
keys:
- ship-integration-test-build-cache-init
- run: |
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.linux-amd64.tar.gz
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
sudo apt update --fix-missing
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
keys:
- ship-integration-test-build-cache-init
- run: |
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.linux-amd64.tar.gz
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
sudo apt update --fix-missing
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
keys:
- ship-integration-test-build-cache-unfork
- run: |
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.linux-amd64.tar.gz
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
sudo apt update --fix-missing
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
keys:
- ship-integration-test-build-cache-init-app
- run: |
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.linux-amd64.tar.gz
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
sudo apt update --fix-missing
Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
keys:
- ship-integration-test-build-cache-update
- run: |
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.linux-amd64.tar.gz
export GO_DOWNLOAD_URL=https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
sudo apt update --fix-missing
Expand Down

0 comments on commit 55d13c6

Please sign in to comment.