File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,14 +129,14 @@ lintx:
129129
130130tools :
131131 @which $(GOFMT ) || go install mvdan.cc/gofumpt@v0.7.0
132- @which $(TFPROVIDERLINT ) || go install github.com/bflad/tfproviderlint/cmd/tfproviderlint@v0.30.0
133- @which $(TFPROVIDERLINTX ) || go install github.com/bflad/tfproviderlint/cmd/tfproviderlintx@v0.30.0
132+ @which $(TFPROVIDERLINT ) || go install github.com/bflad/tfproviderlint/cmd/tfproviderlint@latest
133+ @which $(TFPROVIDERLINTX ) || go install github.com/bflad/tfproviderlint/cmd/tfproviderlintx@latest
134134 @which $(STATICCHECK ) || go install honnef.co/go/tools/cmd/staticcheck@latest
135135
136136tools-update :
137137 @go install mvdan.cc/gofumpt@v0.7.0
138- @go install github.com/bflad/tfproviderlint/cmd/tfproviderlint@v0.30.0
139- @go install github.com/bflad/tfproviderlint/cmd/tfproviderlintx@v0.30.0
138+ @go install github.com/bflad/tfproviderlint/cmd/tfproviderlint@latest
139+ @go install github.com/bflad/tfproviderlint/cmd/tfproviderlintx@latest
140140 @go install honnef.co/go/tools/cmd/staticcheck@latest
141141
142142website :
You can’t perform that action at this time.
0 commit comments