Skip to content

Commit 5204fee

Browse files
ldezyurishkuro
andauthored
review
Co-authored-by: Yuri Shkuro <[email protected]>
1 parent ea5908d commit 5204fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (l *Loader) appendStringSlice(name string, current *[]string) {
134134

135135
func (l *Loader) checkConfigurationVersion() error {
136136
if l.cfg.GetConfigDir() != "" && l.cfg.Version != "2" {
137-
return fmt.Errorf("unsupported version of the configuration: %q (require configuration v2)", l.cfg.Version)
137+
return fmt.Errorf("unsupported version of the configuration: %q (require configuration v2). See https://golangci-lint.run/product/migration-guide for migration instructions.", l.cfg.Version)
138138
}
139139

140140
return nil

0 commit comments

Comments
 (0)