Merge pull request #340 from roidelapluie/115go

Bump go to 1.15
This commit is contained in:
Matthias Rampke 2020-10-05 09:39:58 +00:00 committed by GitHub
commit e7b26d48bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.
golang:
docker:
- image: circleci/golang:1.14
- image: circleci/golang:1.15
jobs:
test:

View file

@ -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: