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:
Julien Pivotto 2020-05-03 21:48:28 +02:00 committed by GitHub
parent 202ecf9c9d
commit 0c532984b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View File

@ -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:

View File

@ -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

View File

@ -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