Skip to content

Commit fe53555

Browse files
committed
alligned linter version with cli
1 parent 0e8cb8b commit fe53555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ elif [ "$action" = "tools" ]; then
1616

1717
go mod download
1818

19-
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.11.1
19+
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.8.0
2020
go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.21.0
2121
else
2222
echo "Invalid action: '$action', please use $0 help for help"

0 commit comments

Comments
 (0)