We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819ddc4 commit 5674a58Copy full SHA for 5674a58
pkg/lint/lintersdb/manager.go
@@ -510,7 +510,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
510
WithPresets(linter.PresetBugs).
511
WithLoadForGoAnalysis().
512
WithURL("https://github.com/sylvia7788/contextcheck").
513
- WithSince("v1.0.0"),
+ WithSince("v1.43.0"),
514
515
// nolintlint must be last because it looks at the results of all the previous linters for unused nolint directives
516
linter.NewConfig(golinters.NewNoLintLint()).
0 commit comments