From fb939c52dd281c555a4f83736db8630cc390c81a Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Sat, 14 Sep 2019 11:15:03 -0400 Subject: [PATCH] Update Dockerfile to Go 1.13. Fixes #683. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e6e17bc7086..516b50411585 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/