Use Golang 1.13 for all CI jobs

Signed-off-by: Julian Kornberger <jk+github@digineo.de>
This commit is contained in:
Julian Kornberger 2019-11-28 15:48:35 +01:00 committed by Johannes 'fish' Ziemke
parent 2cae917bb7
commit da0ae76a91
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
image: ubuntu-1604:201903-01
environment:
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.11-base
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.13-base
REPO_PATH: github.com/prometheus/node_exporter
steps: