mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-28 18:21:02 +00:00
*: bump Go version to 1.12
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
abb2ab04fb
commit
7631485b0b
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ executors:
|
||||||
# should also be updated.
|
# should also be updated.
|
||||||
golang:
|
golang:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.11
|
- image: circleci/golang:1.12
|
||||||
|
|
||||||
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, .travis.yml and
|
||||||
# .circle/config.yml should also be updated.
|
# .circle/config.yml should also be updated.
|
||||||
version: 1.11
|
version: 1.12
|
||||||
repository:
|
repository:
|
||||||
path: github.com/prometheus/statsd_exporter
|
path: github.com/prometheus/statsd_exporter
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -4,7 +4,7 @@ language: go
|
||||||
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
|
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
|
||||||
# should also be updated.
|
# should also be updated.
|
||||||
go:
|
go:
|
||||||
- 1.11.x
|
- 1.12.x
|
||||||
|
|
||||||
go_import_path: github.com/prometheus/statsd_exporter
|
go_import_path: github.com/prometheus/statsd_exporter
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue