From a94056e06050e7f3626050219d2054f6334c6301 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 14 Sep 2020 18:46:06 +0200 Subject: [PATCH] Bump go to 1.15 Signed-off-by: Julien Pivotto --- .circleci/config.yml | 2 +- .promu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1540f31..fa6b825 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ executors: # Whenever the Go version is updated here, .promu.yml should also be updated. golang: docker: - - image: circleci/golang:1.14 + - image: circleci/golang:1.15 jobs: test: diff --git a/.promu.yml b/.promu.yml index 92b2f45..9eadf0d 100644 --- a/.promu.yml +++ b/.promu.yml @@ -1,7 +1,7 @@ go: # Whenever the Go version is updated here, .circle/config.yml should also # be updated. - version: 1.14 + version: 1.15 repository: path: github.com/prometheus/statsd_exporter build: