From 6ec8ff2271fd2dda310fb9812fa6c1e907bca6d0 Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Sat, 14 Sep 2019 12:33:10 -0400 Subject: [PATCH] Update Dockerfile to Go 1.13. (#695) Fixes #683. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e6e17bc..516b5041 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/