Update doc to indicate minimum go1.16 is needed

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2021-04-22 13:24:53 -04:00
parent d4fe720b15
commit 2784920341
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ old module namespace (`segmentio`):
GO111MODULE="on" go get github.com/segmentio/terraform-docs@v0.9.1
```
**NOTE:** please use the latest go to do this, we use 1.16.0 but ideally go 1.15 or greater.
**NOTE:** please use the latest Go to do this, minimum `go1.16` or greater.
This will put `terraform-docs` in `$(go env GOPATH)/bin`. If you encounter the error
`terraform-docs: command not found` after installation then you may need to either add