forked from mirrors/statsd_exporter
Merge pull request #303 from roidelapluie/go114
Bump go version to 1.14
This commit is contained in:
commit
2898eb8c0c
2 changed files with 5 additions and 6 deletions
|
@ -5,11 +5,10 @@ orbs:
|
|||
prometheus: prometheus/prometheus@0.1.0
|
||||
|
||||
executors:
|
||||
# Whenever the Go version is updated here, .travis.yml and .promu.yml
|
||||
# should also be updated.
|
||||
# Whenever the Go version is updated here, .promu.yml should also be updated.
|
||||
golang:
|
||||
docker:
|
||||
- image: circleci/golang:1.13
|
||||
- image: circleci/golang:1.14
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
go:
|
||||
# Whenever the Go version is updated here, .travis.yml and
|
||||
# .circle/config.yml should also be updated.
|
||||
version: 1.13
|
||||
# Whenever the Go version is updated here, .circle/config.yml should also
|
||||
# be updated.
|
||||
version: 1.14
|
||||
repository:
|
||||
path: github.com/prometheus/statsd_exporter
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue