pass -mod flag to update go.mod file during install (related: https://github.com/golang/go/issues/44212)

Signed-off-by: Danielle Adams <danielle.adams@salesforce.com>
This commit is contained in:
Danielle Adams 2021-02-24 17:02:39 -05:00
parent 196319b279
commit 68bafed2f5
No known key found for this signature in database
GPG Key ID: D3A89613643B6201
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ clean:
install-hugo:
@echo "> Installing hugo..."
cd tools; go install --tags extended github.com/gohugoio/hugo
cd tools; go install -mod=mod --tags extended github.com/gohugoio/hugo
install-pack-cli:
@echo "> Installing pack bin..."