[v9.3.x] CI: Update golangci-lint to 1.51.2 for Go 1.20 compatibility (#65506)
[v9.3.x] Update golangci-lint to 1.51.2 for Go 1.20 compatibility
This commit is contained in:
@@ -151,6 +151,7 @@ func (m dashboardPermissionsMigrator) migratePermissions(dashboards []dashboard,
|
||||
return fmt.Errorf("failed to bulk-create roles: %w", err)
|
||||
}
|
||||
|
||||
//nolint:gosimple // fixed in main
|
||||
for i := range createdRoles {
|
||||
allRoles = append(allRoles, createdRoles[i])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user