Update Dockerfile to Go 1.13. (#695)

Fixes #683.
This commit is contained in:
Trevor Pounds 2019-09-14 12:33:10 -04:00 committed by Isaev Denis
parent c9a9255238
commit 6ec8ff2271

View File

@ -1,4 +1,4 @@
FROM golang:1.12
FROM golang:1.13
# don't place it into $GOPATH/bin because Drone mounts $GOPATH as volume
COPY golangci-lint /usr/bin/