Skip to content

Commit 43c3b76

Browse files
committed
change go mod and license
1 parent e286921 commit 43c3b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lint/lintersdb/manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
526526
WithPresets(linter.PresetBugs).
527527
WithLoadForGoAnalysis().
528528
WithURL("https://github.com/sylvia7788/contextcheck").
529-
WithSince("v1.0.0"),
529+
WithSince("v1.43.0"),
530530

531531
// nolintlint must be last because it looks at the results of all the previous linters for unused nolint directives
532532
linter.NewConfig(golinters.NewNoLintLint()).

0 commit comments

Comments
 (0)