Bump go version to 1.14 (#611)
authorJulien Pivotto <roidelapluie@inuits.eu>
Fri, 1 May 2020 16:06:00 +0000 (18:06 +0200)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 16:06:00 +0000 (17:06 +0100)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
.circleci/config.yml
.promu.yml

index bb6fd310abaf748405c9a4de4503b671e03e8f40..e47cc1127ba9be428414db8ada85f194b8a96265 100644 (file)
@@ -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
index 4df77d4e2f4ef3a0bf6381e49855afa0abe9028c..4d28c064f7073922eb3ff797c7dde5c9ae81598d 100644 (file)
@@ -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: