Finish the update to go 1.14 (#1696)
* Finish the update to go 1.14 Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
202ecf9c9d
commit
0c532984b7
|
@ -2,11 +2,11 @@
|
||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
orbs:
|
orbs:
|
||||||
prometheus: prometheus/prometheus@0.1.0
|
prometheus: prometheus/prometheus@0.4.0
|
||||||
|
|
||||||
executors:
|
executors:
|
||||||
# Whenever the Go version is updated here, .promu.yml should
|
# Whenever the Go version is updated here, .promu.yml and .promu-cgo.yml
|
||||||
# also be updated.
|
# should also be updated.
|
||||||
golang:
|
golang:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.14
|
- image: circleci/golang:1.14
|
||||||
|
@ -35,7 +35,7 @@ jobs:
|
||||||
image: ubuntu-1604:201903-01
|
image: ubuntu-1604:201903-01
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.13-base
|
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.14-base
|
||||||
REPO_PATH: github.com/prometheus/node_exporter
|
REPO_PATH: github.com/prometheus/node_exporter
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
go:
|
go:
|
||||||
|
# Whenever the Go version is updated here, .circle/config.yml and
|
||||||
|
# .promu.yml should also be updated.
|
||||||
|
version: 1.14
|
||||||
cgo: true
|
cgo: true
|
||||||
repository:
|
repository:
|
||||||
path: github.com/prometheus/node_exporter
|
path: github.com/prometheus/node_exporter
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
go:
|
go:
|
||||||
# Whenever the Go version is updated here, .circle/config.yml should
|
# Whenever the Go version is updated here, .circle/config.yml and
|
||||||
# also be updated.
|
# .promu-cgo.yml should also be updated.
|
||||||
version: 1.14
|
version: 1.14
|
||||||
repository:
|
repository:
|
||||||
path: github.com/prometheus/node_exporter
|
path: github.com/prometheus/node_exporter
|
||||||
|
|
Loading…
Reference in New Issue