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 7a9b351 commit 797e1c5Copy full SHA for 797e1c5
.travis.yml
@@ -3,7 +3,7 @@ sudo: required
3
services:
4
- docker
5
go:
6
-- "1.10"
+- "1.11"
7
script:
8
- echo "Nginx Prometheus Exporter - commit:${TRAVIS_COMMIT}"
9
- make test
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.10 as builder
+FROM golang:1.11 as builder
2
ARG VERSION
ARG GIT_COMMIT
WORKDIR /go/src/github.com/nginxinc/nginx-prometheus-exporter
0 commit comments