Skip to content

Commit 797e1c5

Browse files
committed
Use go 1.11
Update go version to 1.11 in the travis pipeline and the Dockerfile.
1 parent 7a9b351 commit 797e1c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: required
33
services:
44
- docker
55
go:
6-
- "1.10"
6+
- "1.11"
77
script:
88
- echo "Nginx Prometheus Exporter - commit:${TRAVIS_COMMIT}"
99
- make test

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.10 as builder
1+
FROM golang:1.11 as builder
22
ARG VERSION
33
ARG GIT_COMMIT
44
WORKDIR /go/src/github.com/nginxinc/nginx-prometheus-exporter

0 commit comments

Comments
 (0)