Skip to content

Commit c7b0ead

Browse files
committed
update next version for vulncheck
1 parent d7f71cc commit c7b0ead

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
@@ -859,7 +859,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
859859
WithURL("https://github.com/golangci/golangci-lint/blob/master/pkg/golinters/nolintlint/README.md"),
860860

861861
linter.NewConfig(golinters.NewVulncheck(vulncheckCfg)).
862-
WithSince("v1.49.0").
862+
WithSince("v1.50.2").
863863
WithPresets(linter.PresetModule).
864864
WithURL("https://vuln.go.dev/"),
865865
}

0 commit comments

Comments
 (0)