[v9.5.x] Chore: Upgrade go to 1.21.10 (#87478)
* [v9.5.x] Chore: Upgrade go to 1.21.10 --------- Signed-off-by: Dave Henderson <dave.henderson@grafana.com> Co-authored-by: Kevin Minehart <kmineh0151@gmail.com> Co-authored-by: Dave Henderson <dave.henderson@grafana.com> Co-authored-by: Matias Chomicki <matyax@gmail.com>
This commit is contained in:
co-authored by
Kevin Minehart
Dave Henderson
Matias Chomicki
parent
445da1739f
commit
9f682fbe97
@@ -39,6 +39,7 @@ func updateFolderTree(ctx context.Context, tx *session.SessionTx, tenant int64)
|
||||
}
|
||||
|
||||
all := []*folderInfo{}
|
||||
//nolint:rowserrcheck
|
||||
rows, err := tx.Query(ctx, "SELECT uid,folder,name,slug FROM entity WHERE kind=? AND tenant_id=? ORDER BY slug asc;",
|
||||
entity.StandardKindFolder, tenant)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user