We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff0320 commit 90c35d6Copy full SHA for 90c35d6
pkg/lint/lintersdb/manager.go
@@ -442,7 +442,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
442
WithPresets(linter.PresetStyle),
443
444
linter.NewConfig(golinters.NewGoCheckSumType()).
445
- WithSince("v1.53.0").
+ WithSince("v1.55.0").
446
WithPresets(linter.PresetBugs).
447
WithLoadForGoAnalysis().
448
WithURL("https://github.com/alecthomas/go-check-sumtype"),
0 commit comments