File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22version : 2.1
33
44orbs :
5- prometheus : prometheus/prometheus@0.1 .0
5+ prometheus : prometheus/prometheus@0.4 .0
66
77executors :
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
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 :
Original file line number Diff line number Diff line change 11go :
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
36repository :
47 path : github.com/prometheus/node_exporter
Original file line number Diff line number Diff line change 11go :
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
55repository :
66 path : github.com/prometheus/node_exporter
You can’t perform that action at this time.
0 commit comments