From: Julien Pivotto Date: Fri, 1 May 2020 16:06:00 +0000 (+0200) Subject: Bump go version to 1.14 (#611) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=36b75845788c22cd33511f5c61a6ea6df4cc8f16;p=blackbox_exporter.git Bump go version to 1.14 (#611) Signed-off-by: Julien Pivotto --- 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: