diff --git a/pkg/commands/migrate.go b/pkg/commands/migrate.go index 700822a78ab7..7c73209ed180 100644 --- a/pkg/commands/migrate.go +++ b/pkg/commands/migrate.go @@ -97,6 +97,7 @@ func (c *migrateCommand) execute(_ *cobra.Command, _ []string) error { } c.log.Warnf("The configuration comments are not migrated.") + c.log.Warnf("Details about the migration: https://golangci-lint.run/product/migration-guide/") c.log.Infof("Migrating v1 configuration file: %s", srcPath)