fix: add goimports installation to project script
This commit is contained in:
parent
e2acd2708c
commit
e088ed2c7d
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ elif [ "$action" = "tools" ]; then
|
|||
|
||||
# go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.21.0
|
||||
go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.24.0
|
||||
|
||||
go install golang.org/x/tools/cmd/goimports@0.42.0
|
||||
else
|
||||
echo "Invalid action: '$action', please use $0 help for help"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue