We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501b407 commit 4ef0b28Copy full SHA for 4ef0b28
pkg/lint/lintersdb/manager.go
@@ -561,7 +561,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
561
WithURL("https://github.com/dominikh/go-tools/tree/master/simple"),
562
563
linter.NewConfig(golinters.NewGosmopolitan(gosmopolitanCfg)).
564
- WithSince("v1.51.0").
+ WithSince("v1.53.0").
565
WithLoadForGoAnalysis().
566
WithPresets(linter.PresetBugs).
567
WithURL("https://github.com/xen0n/gosmopolitan"),
0 commit comments