From: Ivan Babrou Date: Thu, 27 Sep 2018 17:31:29 +0000 (-0700) Subject: Upgrade go10 to go11 in travis X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2d652d7fbd651ef0576c1a60ff8c5f1a54c1657f;p=blackbox_exporter.git Upgrade go10 to go11 in travis Signed-off-by: Ivan Babrou --- diff --git a/.travis.yml b/.travis.yml index 61e872c..2fe67bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: go # Whenever the Go version is updated here, .circleci/config.yml should also be # updated. go: -- 1.10.x +- 1.11.x go_import_path: github.com/prometheus/blackbox_exporter