Skip to content

Commit

Permalink
Updated build-image tag and Go version used in integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci committed Mar 6, 2020
1 parent c8ab1c2 commit ba24647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
# https://circleci.com/blog/circleci-hacks-reuse-yaml-in-your-circleci-config-with-yaml/
defaults: &defaults
docker:
- image: quay.io/cortexproject/build-image:update-gogoproto-9a1b26ac6
- image: quay.io/cortexproject/build-image:dockerfile-c8ab1c287-WIP
working_directory: /go/src/github.com/cortexproject/cortex

filters: &filters
Expand Down Expand Up @@ -124,8 +124,8 @@ jobs:
name: Upgrade golang
command: |
cd /tmp && \
wget https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz && \
tar -zxvf go1.13.3.linux-amd64.tar.gz && \
wget https://dl.google.com/go/go1.13.7.linux-amd64.tar.gz && \
tar -zxvf go1.13.7.linux-amd64.tar.gz && \
sudo rm -fr /usr/local/go && \
sudo mv /tmp/go /usr/local/go && \
cd -
Expand Down

0 comments on commit ba24647

Please sign in to comment.