mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Update go to 1.14 (#1692)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
70a77aefc0
commit
01054558c2
|
@ -9,7 +9,7 @@ executors:
|
|||
# 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/node_exporter
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue