Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
# Whenever the Go version is updated here, .travis.yml and .promu.yml
# should also be updated.
environment:
- DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.14-base
+ DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.15-base
steps:
- checkout
go:
# Whenever the Go version is updated here, .travis.yml and
# .circle/config.yml should also be updated.
- version: 1.14
+ version: 1.15
repository:
path: github.com/prometheus/blackbox_exporter
build:
- linux/amd64
- linux/386
- darwin/amd64
- - darwin/386
- windows/amd64
- windows/386
- freebsd/amd64
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
# should also be updated.
go:
-- 1.13.x
+- 1.15.x
go_import_path: github.com/prometheus/blackbox_exporter