Skip to content

Commit bd487e7

Browse files
committed
change go mod and license
1 parent 8e76bd2 commit bd487e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lint/lintersdb/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
533533
WithPresets(linter.PresetBugs).
534534
WithLoadForGoAnalysis().
535535
WithURL("https://github.com/sylvia7788/contextcheck").
536-
WithSince("v1.0.0"),
536+
WithSince("v1.43.0"),
537537

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

0 commit comments

Comments
 (0)