Skip to content

Commit

Permalink
Moved CI to build Thanos with golang 1.12.5
Browse files Browse the repository at this point in the history
This is to mitigate potential memory allocation latency bugs: prometheus/prometheus#5524

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka committed May 17, 2019
1 parent 1977ac9 commit f5603fd
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 @@ -4,7 +4,7 @@ jobs:
test:
docker:
# Available from https://hub.docker.com/r/circleci/golang/
- image: circleci/golang:1.12
- image: circleci/golang:1.12.5
working_directory: /go/src/github.com/improbable-eng/thanos
environment:
GO111MODULE: 'on'
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
publish_master:
docker:
# Available from https://hub.docker.com/r/circleci/golang/
- image: circleci/golang:1.12
- image: circleci/golang:1.12.5
working_directory: /go/src/github.com/improbable-eng/thanos
environment:
GOBIN: "/go/bin"
Expand All @@ -81,7 +81,7 @@ jobs:
publish_release:
docker:
# Available from https://hub.docker.com/r/circleci/golang/
- image: circleci/golang:1.12
- image: circleci/golang:1.12.5
working_directory: /go/src/github.com/improbable-eng/thanos
environment:
GOBIN: "/go/bin"
Expand Down

0 comments on commit f5603fd

Please sign in to comment.