Skip to content

Commit 56b5d6b

Browse files
Vighneswar Rao Bojjabvighnesha
authored andcommitted
Update Go version to 1.13
1 parent 4ed9650 commit 56b5d6b

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

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.12
3+
go 1.13
44

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

0 commit comments

Comments
 (0)