Skip to content

Commit 0c53298

Browse files
author
Julien Pivotto
authored
Finish the update to go 1.14 (prometheus#1696)
* Finish the update to go 1.14 Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
1 parent 202ecf9 commit 0c53298

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
version: 2.1
33

44
orbs:
5-
prometheus: prometheus/prometheus@0.1.0
5+
prometheus: prometheus/prometheus@0.4.0
66

77
executors:
8-
# Whenever the Go version is updated here, .promu.yml should
9-
# also be updated.
8+
# Whenever the Go version is updated here, .promu.yml and .promu-cgo.yml
9+
# should also be updated.
1010
golang:
1111
docker:
1212
- image: circleci/golang:1.14
@@ -35,7 +35,7 @@ jobs:
3535
image: ubuntu-1604:201903-01
3636

3737
environment:
38-
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.13-base
38+
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.14-base
3939
REPO_PATH: github.com/prometheus/node_exporter
4040

4141
steps:

.promu-cgo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
go:
2+
# Whenever the Go version is updated here, .circle/config.yml and
3+
# .promu.yml should also be updated.
4+
version: 1.14
25
cgo: true
36
repository:
47
path: github.com/prometheus/node_exporter

.promu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
go:
2-
# Whenever the Go version is updated here, .circle/config.yml should
3-
# also be updated.
2+
# Whenever the Go version is updated here, .circle/config.yml and
3+
# .promu-cgo.yml should also be updated.
44
version: 1.14
55
repository:
66
path: github.com/prometheus/node_exporter

0 commit comments

Comments
 (0)