mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-22 15:30:59 +00:00
Bump go version to 1.14
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
bf8af64f5e
commit
eb3997b287
2 changed files with 5 additions and 6 deletions
|
@ -5,11 +5,10 @@ orbs:
|
||||||
prometheus: prometheus/prometheus@0.1.0
|
prometheus: prometheus/prometheus@0.1.0
|
||||||
|
|
||||||
executors:
|
executors:
|
||||||
# Whenever the Go version is updated here, .travis.yml and .promu.yml
|
# Whenever the Go version is updated here, .promu.yml should also be updated.
|
||||||
# should also be updated.
|
|
||||||
golang:
|
golang:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.13
|
- image: circleci/golang:1.14
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
go:
|
go:
|
||||||
# Whenever the Go version is updated here, .travis.yml and
|
# Whenever the Go version is updated here, .circle/config.yml should also
|
||||||
# .circle/config.yml should also be updated.
|
# be updated.
|
||||||
version: 1.13
|
version: 1.14
|
||||||
repository:
|
repository:
|
||||||
path: github.com/prometheus/statsd_exporter
|
path: github.com/prometheus/statsd_exporter
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue