Migrate golangci-lint
to a container for local run
#8486
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
Now that we have a workflow, we should migrate the way user can run
golangci-lint
.Today, we use
tools/go.mod
to specify the version, but it is already specified in the workflow.The idea would be the following:
golangci-lint
import intools
Makefile
target that runs a containers (usingdocker
orpodman
) that runs the version specified in workflow and use that for thegolangci/golangci-lint:{version}
tag.The text was updated successfully, but these errors were encountered: