Update to go 1.15 (#677)
authorJulien Pivotto <roidelapluie@inuits.eu>
Fri, 14 Aug 2020 17:09:37 +0000 (19:09 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Aug 2020 17:09:37 +0000 (19:09 +0200)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
.circleci/config.yml
.promu.yml
.travis.yml

index e47cc1127ba9be428414db8ada85f194b8a96265..e21b05c1629744d95245759eafe162c3749f00a3 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.14-base
+      DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.15-base
 
     steps:
     - checkout
index 4d28c064f7073922eb3ff797c7dde5c9ae81598d..396c1a31a4e7158130e02a687f3976aa2a5e2b2b 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.14
+    version: 1.15
 repository:
     path: github.com/prometheus/blackbox_exporter
 build:
@@ -22,7 +22,6 @@ crossbuild:
         - linux/amd64
         - linux/386
         - darwin/amd64
-        - darwin/386
         - windows/amd64
         - windows/386
         - freebsd/amd64
index 71e2bbd5147f95b8f16db22f194f0048ed496825..c5d12c451919e7aec93fac5b9905ff07c0225d07 100644 (file)
@@ -5,7 +5,7 @@ language: go
 # Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
 # should also be updated.
 go:
-- 1.13.x
+- 1.15.x
 
 go_import_path: github.com/prometheus/blackbox_exporter