terra-farm / terraform-provider-virtualbox

VirtualBox provider for Terraform
https://terra-farm.github.io/provider-virtualbox/
MIT License
323 stars 136 forks source link

Use official golangci-lint GitHub action #102

Closed VoyTechnology closed 3 years ago

VoyTechnology commented 3 years ago

This is the official Github Action from the golangci-lint team. It looks like the previous linter was removed and CI started to fail. The CI after the change fails due to unused function, but this is not related to the current change, so I think we should merge the change, and only then fix the linting problem.

VoyTechnology commented 3 years ago

Because the reason for failure is not related to this change, I am merging it, and it can be fixed later.