Skip to content

Commit 90c35d6

Browse files
committed
review: update Since attribute
1 parent dff0320 commit 90c35d6

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
@@ -442,7 +442,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
442442
WithPresets(linter.PresetStyle),
443443

444444
linter.NewConfig(golinters.NewGoCheckSumType()).
445-
WithSince("v1.53.0").
445+
WithSince("v1.55.0").
446446
WithPresets(linter.PresetBugs).
447447
WithLoadForGoAnalysis().
448448
WithURL("https://github.com/alecthomas/go-check-sumtype"),

0 commit comments

Comments
 (0)