We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed9650 commit 56b5d6bCopy full SHA for 56b5d6b
.travis.yml
@@ -3,7 +3,7 @@ sudo: required
3
services:
4
- docker
5
go:
6
-- "1.12"
+- "1.13"
7
script:
8
- echo "Nginx Prometheus Exporter - commit:${TRAVIS_COMMIT}"
9
- make test
go.mod
@@ -1,6 +1,6 @@
1
module github.com/nginxinc/nginx-prometheus-exporter
2
-go 1.12
+go 1.13
require (
github.com/nginxinc/nginx-plus-go-client v0.5.0
0 commit comments