Skip to content

Commit 5674a58

Browse files
committed
change go mod and license
1 parent 819ddc4 commit 5674a58

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
@@ -510,7 +510,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
510510
WithPresets(linter.PresetBugs).
511511
WithLoadForGoAnalysis().
512512
WithURL("https://github.com/sylvia7788/contextcheck").
513-
WithSince("v1.0.0"),
513+
WithSince("v1.43.0"),
514514

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

0 commit comments

Comments
 (0)