Closed
Description
For Go projects, I use tools.go
to specify the tools the project depends on and pin the version in the go.mod
file. This is pretty convenient. It would be awesome to have the action infer the version from the go.mod
file. When upgrading, this makes it one file less to update the golangci-lint
version.
With some guidance, I can probably tackle this. I'm just completely new to GitHub Actions.