*: bump Go version to 1.12 (#469)
authorSimon Pasquier <spasquie@redhat.com>
Thu, 25 Apr 2019 15:06:46 +0000 (17:06 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2019 15:06:46 +0000 (17:06 +0200)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
.circleci/config.yml
.promu.yml
.travis.yml

index 9f49b613bcd1a92de0f7e13dca3dcec55349a85d..778c9677a1fb2c07c64c015d486b5ec0af4a5a55 100644 (file)
@@ -6,7 +6,7 @@ executors:
   # should also be updated.
   golang:
     docker:
-    - image: circleci/golang:1.11
+    - image: circleci/golang:1.12
 
 jobs:
   # IPv6 tests require the machine executor.
index ebf914bfca5d8a0f740a5a7f327629f88690d648..a36cdbfa61930517783222d69307cec0d7da8882 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.11
+    version: 1.12
 repository:
     path: github.com/prometheus/blackbox_exporter
 build:
index 65471f38b47358ee8729255887b52630ab1c821c..5a54f6220117f9af5a31e2d43e32b2b80549fe12 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.11.x
+- 1.12.x
 
 go_import_path: github.com/prometheus/blackbox_exporter