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