From 36b75845788c22cd33511f5c61a6ea6df4cc8f16 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Fri, 1 May 2020 18:06:00 +0200 Subject: [PATCH] Bump go version to 1.14 (#611) Signed-off-by: Julien Pivotto --- .circleci/config.yml | 2 +- .promu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bb6fd31..e47cc11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: # Whenever the Go version is updated here, .travis.yml and .promu.yml # should also be updated. environment: - DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.12-base + DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.14-base steps: - checkout diff --git a/.promu.yml b/.promu.yml index 4df77d4..4d28c06 100644 --- a/.promu.yml +++ b/.promu.yml @@ -1,7 +1,7 @@ go: # Whenever the Go version is updated here, .travis.yml and # .circle/config.yml should also be updated. - version: 1.13 + version: 1.14 repository: path: github.com/prometheus/blackbox_exporter build: -- 2.25.1