From 5a03afbc3939a4ba96a39ca9e43492a04d1cd9d8 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Thu, 25 Apr 2019 17:06:46 +0200 Subject: [PATCH] *: bump Go version to 1.12 (#469) Signed-off-by: Simon Pasquier --- .circleci/config.yml | 2 +- .promu.yml | 2 +- .travis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f49b61..778c967 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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. diff --git a/.promu.yml b/.promu.yml index ebf914b..a36cdbf 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.11 + version: 1.12 repository: path: github.com/prometheus/blackbox_exporter build: diff --git a/.travis.yml b/.travis.yml index 65471f3..5a54f62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.25.1