From 36ab7dfd0042c266856ea585eff3edb2cc2820a2 Mon Sep 17 00:00:00 2001 From: Matt Schallert Date: Wed, 29 May 2019 14:02:44 -0400 Subject: [PATCH] fix versions --- .buildkite/pipeline.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b335bab3fd..9c8ea68d22 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -79,7 +79,7 @@ steps: command: make clean install-vendor docs-test env: CGO_ENABLED: 0 - GIMME_GO_VERSION: 1.10.x + GIMME_GO_VERSION: 1.12.x plugins: gopath-checkout#v1.0.1: import: github.com/m3db/m3 diff --git a/docker-compose.yml b/docker-compose.yml index 6105403495..3d4348e289 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ app: - image: golang:1.12.1-stretch + image: golang:1.12-stretch volumes: - .:/go/src/github.com/m3db/m3 - /usr/bin/buildkite-agent:/usr/bin/buildkite-agent