From b7da79b62ecddddb05eff81c90596d101848fec1 Mon Sep 17 00:00:00 2001 From: Bartlomiej Plotka Date: Mon, 6 Jan 2020 18:28:30 +0000 Subject: [PATCH] Unify all CI base images to be built with Go 1.13. Master container images were built with Go 1.12 ): Signed-off-by: Bartlomiej Plotka --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c96ebc1da7..a2387bcc71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,7 +59,7 @@ jobs: publish_master: docker: # Build by Thanos make docker-ci - - image: quay.io/thanos/thanos-ci:v0.1.0 + - image: quay.io/thanos/thanos-ci:v0.2.0 working_directory: /go/src/github.com/thanos-io/thanos steps: - checkout @@ -78,8 +78,8 @@ jobs: publish_release: docker: - # Available from https://hub.docker.com/r/circleci/golang/ - - image: circleci/golang:1.13.1 + # Build by Thanos make docker-ci + - image: quay.io/thanos/thanos-ci:v0.2.0 working_directory: /go/src/github.com/thanos-io/thanos environment: GOBIN: "/go/bin"