From 5a9d5e5ce3985ad1ed1cfb9cb167989f21a429ce Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 6 Mar 2017 12:44:23 +0700 Subject: [PATCH] Dockerfile: Use fork of gotype The original gotype command has been removed. Related to https://github.com/coala/coala-bears/issues/1472 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 685d609..8557f83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -223,7 +223,7 @@ RUN source /etc/profile.d/go.sh && time go get -u \ github.com/golang/lint/golint \ golang.org/x/tools/cmd/goimports \ sourcegraph.com/sqs/goreturns \ - golang.org/x/tools/cmd/gotype \ + github.com/jayvdb/gotype \ github.com/kisielk/errcheck && \ find /tmp -mindepth 1 -prune -exec rm -rf '{}' '+'