File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ old module namespace (`segmentio`):
35
35
GO111MODULE=" on" go get github.com/segmentio/terraform-docs@v0.9.1
36
36
```
37
37
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.
39
39
40
40
This will put ` terraform-docs ` in ` $(go env GOPATH)/bin ` . If you encounter the error
41
41
` terraform-docs: command not found ` after installation then you may need to either add
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ old module namespace (`segmentio`):
81
81
GO111MODULE=" on" go get github.com/segmentio/terraform-docs@v0.9.1
82
82
```
83
83
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.
85
85
86
86
This will put ` terraform-docs ` in ` $(go env GOPATH)/bin ` . If you encounter the error
87
87
` terraform-docs: command not found ` after installation then you may need to either add
You can’t perform that action at this time.
0 commit comments