Bump go to 1.15

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2020-09-14 18:46:06 +02:00
parent da85f9d207
commit a94056e060
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ executors:
# Whenever the Go version is updated here, .promu.yml should also be updated. # Whenever the Go version is updated here, .promu.yml should also be updated.
golang: golang:
docker: docker:
- image: circleci/golang:1.14 - image: circleci/golang:1.15
jobs: jobs:
test: test:

View file

@ -1,7 +1,7 @@
go: go:
# Whenever the Go version is updated here, .circle/config.yml should also # Whenever the Go version is updated here, .circle/config.yml should also
# be updated. # be updated.
version: 1.14 version: 1.15
repository: repository:
path: github.com/prometheus/statsd_exporter path: github.com/prometheus/statsd_exporter
build: build: