Skip to content

Commit dcb5070

Browse files
committed
Update Go version to 1.14
1 parent 43b2f82 commit dcb5070

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
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.13"
6+
- "1.14"
77
script:
88
- echo "Nginx Prometheus Exporter - commit:${TRAVIS_COMMIT}"
99
- make test

build/Dockerfile

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nginxinc/nginx-prometheus-exporter
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/nginxinc/nginx-plus-go-client v0.6.0

vendor/modules.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ github.com/golang/protobuf/ptypes/timestamp
1111
# github.com/matttproud/golang_protobuf_extensions v1.0.1
1212
github.com/matttproud/golang_protobuf_extensions/pbutil
1313
# github.com/nginxinc/nginx-plus-go-client v0.6.0
14+
## explicit
1415
github.com/nginxinc/nginx-plus-go-client/client
1516
# github.com/prometheus/client_golang v1.3.0
17+
## explicit
1618
github.com/prometheus/client_golang/prometheus
1719
github.com/prometheus/client_golang/prometheus/internal
1820
github.com/prometheus/client_golang/prometheus/promhttp
1921
# github.com/prometheus/client_model v0.2.0
2022
github.com/prometheus/client_model/go
2123
# github.com/prometheus/common v0.9.1
24+
## explicit
2225
github.com/prometheus/common/expfmt
2326
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
2427
github.com/prometheus/common/model
@@ -27,4 +30,5 @@ github.com/prometheus/procfs
2730
github.com/prometheus/procfs/internal/fs
2831
github.com/prometheus/procfs/internal/util
2932
# golang.org/x/sys v0.0.0-20200120151820-655fe14d7479
33+
## explicit
3034
golang.org/x/sys/windows

0 commit comments

Comments
 (0)