Skip to content

Commit

Permalink
Update Go version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley authored Aug 14, 2020
1 parent 66a9427 commit 8fb106a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required
services:
- docker
go:
- "1.14"
- "1.15"
script:
- echo "Nginx Prometheus Exporter - commit:${TRAVIS_COMMIT}"
- make test
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14 as builder
FROM golang:1.15 as builder
ARG VERSION
ARG GIT_COMMIT
WORKDIR /go/src/github.com/nginxinc/nginx-prometheus-exporter
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nginxinc/nginx-prometheus-exporter

go 1.14
go 1.15

require (
github.com/golang/protobuf v1.4.2 // indirect
Expand Down

0 comments on commit 8fb106a

Please sign in to comment.