dapr / go-sdk

Dapr SDK for go
Apache License 2.0
446 stars 171 forks source link

Verify local Golangci-lint version with GitHub actions #454

Closed sicoyle closed 1 year ago

sicoyle commented 1 year ago

Is your feature request related to a problem? Please describe. We should have tooling to verify that the linter installed locally matches that of the Github actions to prevent confusion for contributors and issues showing up in CI that do not occur locally due to mismatching versions.

Describe the solution you'd like A similar solution to that of the components contrib repo solution here: https://github.com/dapr/components-contrib/pull/1861/files

Describe alternatives you've considered None

Additional context Reference issue: https://github.com/dapr/cli/issues/1052 Inspiration for solution: https://github.com/dapr/components-contrib/pull/1861/files

mikeee commented 1 year ago

/assign

I'll complete this tooling issue

github-actions[bot] commented 1 year ago

🚀 Issue assigned to you @mikeee