From 8e67257f8817a0a573360897fc4d965ec7b14efe Mon Sep 17 00:00:00 2001 From: Greg Althaus Date: Thu, 21 Jun 2018 16:37:40 -0500 Subject: [PATCH] Add build tool calls in the makefile so that go install will use the correct version of things. --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 492dbb6..46d7c6e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,6 +6,8 @@ WEBSITE_REPO=github.com/hashicorp/terraform-website default: build build: fmtcheck + go get github.com/kardianos/govendor + tools/build.sh go install test: fmtcheck