Browse Source

switch to go 1.14 (#7100)

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/7122/head
Julien Pivotto 5 years ago committed by GitHub
parent
commit
3df7a0b734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml
  2. 2
      .promu.yml

2
.circleci/config.yml

@ -11,7 +11,7 @@ executors:
# should also be updated.
golang:
docker:
- image: circleci/golang:1.13-node
- image: circleci/golang:1.14-node
fuzzit:
docker:

2
.promu.yml

@ -1,7 +1,7 @@
go:
# Whenever the Go version is updated here,
# .circle/config.yml should also be updated.
version: 1.13
version: 1.14
repository:
path: github.com/prometheus/prometheus
build:

Loading…
Cancel
Save