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.
|
# 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
|
||||||
# .circle/config.yml should also be updated.
|
# also be updated.
|
||||||
version: 1.13
|
version: 1.14
|
||||||
repository:
|
repository:
|
||||||
path: github.com/prometheus/node_exporter
|
path: github.com/prometheus/node_exporter
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue