From 4b6da424807b9baabe7239bd709818046ce77899 Mon Sep 17 00:00:00 2001 From: Tomasz Tomalak Date: Thu, 11 Oct 2018 22:20:34 +0200 Subject: [PATCH] Fix issue with golint (#774) --- scripts/get_dev_tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_dev_tools.sh b/scripts/get_dev_tools.sh index 4c6b1e64..8ecf5ec2 100755 --- a/scripts/get_dev_tools.sh +++ b/scripts/get_dev_tools.sh @@ -4,6 +4,6 @@ # Ensure that the tools needed to build locally are present set -xeuo pipefail -GO111MODULE=off go get github.com/golang/lint/golint +GO111MODULE=off go get golang.org/x/lint/golint ./scripts/get_buffalo.sh