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. # 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: