From 7631485b0b2486002c45fd24052a7b44b07603a3 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Fri, 26 Apr 2019 10:55:07 +0200 Subject: [PATCH] *: bump Go version to 1.12 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 963d3d1..ee67f5c 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: test: diff --git a/.promu.yml b/.promu.yml index 0813f45..57ea4b2 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/statsd_exporter build: diff --git a/.travis.yml b/.travis.yml index 5bb4195..e1c27a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,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/statsd_exporter