aboutsummaryrefslogtreecommitdiff
path: root/.promu.yml
diff options
context:
space:
mode:
authorJulien Pivotto <roidelapluie@inuits.eu>2020-04-28 11:18:18 +0200
committerGitHub <noreply@github.com>2020-04-28 11:18:18 +0200
commit01054558c2896a7dda3b5debdb725998555d88db (patch)
tree6fddf42f2899caaa07db26d9ee479b9efbcde6dc /.promu.yml
parent70a77aefc0520611784e0d77b526125f83670adc (diff)
downloadprometheus_node_collector-01054558c2896a7dda3b5debdb725998555d88db.tar.bz2
prometheus_node_collector-01054558c2896a7dda3b5debdb725998555d88db.tar.xz
prometheus_node_collector-01054558c2896a7dda3b5debdb725998555d88db.zip
Update go to 1.14 (#1692)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
Diffstat (limited to '.promu.yml')
-rw-r--r--.promu.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.promu.yml b/.promu.yml
index bea78d6..df0256e 100644
--- a/.promu.yml
+++ b/.promu.yml
@@ -1,7 +1,7 @@
1go: 1go:
2 # Whenever the Go version is updated here, .travis.yml and 2 # Whenever the Go version is updated here, .circle/config.yml should
3 # .circle/config.yml should also be updated. 3 # also be updated.
4 version: 1.13 4 version: 1.14
5repository: 5repository:
6 path: github.com/prometheus/node_exporter 6 path: github.com/prometheus/node_exporter
7build: 7build: