Skip to content

Commit 2784920

Browse files
committed
Update doc to indicate minimum go1.16 is needed
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent d4fe720 commit 2784920

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ old module namespace (`segmentio`):
3535
GO111MODULE="on" go get github.com/segmentio/terraform-docs@v0.9.1
3636
```
3737

38-
**NOTE:** please use the latest go to do this, we use 1.16.0 but ideally go 1.15 or greater.
38+
**NOTE:** please use the latest Go to do this, minimum `go1.16` or greater.
3939

4040
This will put `terraform-docs` in `$(go env GOPATH)/bin`. If you encounter the error
4141
`terraform-docs: command not found` after installation then you may need to either add

docs/user-guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ old module namespace (`segmentio`):
8181
GO111MODULE="on" go get github.com/segmentio/terraform-docs@v0.9.1
8282
```
8383

84-
**NOTE:** please use the latest go to do this, we use 1.15.6 but ideally go 1.14 or greater.
84+
**NOTE:** please use the latest Go to do this, minimum `go1.16` or greater.
8585

8686
This will put `terraform-docs` in `$(go env GOPATH)/bin`. If you encounter the error
8787
`terraform-docs: command not found` after installation then you may need to either add

0 commit comments

Comments
 (0)