mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-11 13:57:36 -08:00
Update to go 1.15 (#7798)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
8cccbf5b0e
commit
041da628f8
|
@ -11,7 +11,7 @@ executors:
|
||||||
# should also be updated.
|
# should also be updated.
|
||||||
golang:
|
golang:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.14-node
|
- image: circleci/golang:1.15-node
|
||||||
|
|
||||||
fuzzit:
|
fuzzit:
|
||||||
docker:
|
docker:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
go:
|
go:
|
||||||
# Whenever the Go version is updated here,
|
# Whenever the Go version is updated here,
|
||||||
# .circle/config.yml should also be updated.
|
# .circle/config.yml should also be updated.
|
||||||
version: 1.14
|
version: 1.15
|
||||||
repository:
|
repository:
|
||||||
path: github.com/prometheus/prometheus
|
path: github.com/prometheus/prometheus
|
||||||
build:
|
build:
|
||||||
|
@ -30,7 +30,6 @@ crossbuild:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/386
|
- linux/386
|
||||||
- darwin/amd64
|
- darwin/amd64
|
||||||
- darwin/386
|
|
||||||
- windows/amd64
|
- windows/amd64
|
||||||
- windows/386
|
- windows/386
|
||||||
- freebsd/amd64
|
- freebsd/amd64
|
||||||
|
|
Loading…
Reference in a new issue