stable
containers unintentionally enable *all* govet
analyzers
#666
Labels
Milestone
stable
containers unintentionally enable *all* govet
analyzers
#666
As part of the work to transition the
stable
containers from Go 1.17 to Go 1.18, I inadvertently carried over the settings from theunstable
image. This image was already using Go 1.18 specific settings + some linters/analyzers I was testing.At some point this will not be a problem, but there are some projects I'm maintaining where I'm not yet prepared to work on all identified issues. I want to focus now just on anything surfaced from a transition to Go 1.17 (or earlier) to Go 1.18. Later once Go 1.19 is out and everything is still as expected I can increase the number of validation checks performed.
The text was updated successfully, but these errors were encountered: