forked from mirrors/statsd_exporter
Bump go to 1.15
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
da85f9d207
commit
a94056e060
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue