[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:
Stephanie Hingtgen
2024-05-10 18:06:49 +03:00
committed by GitHub
co-authored by Kevin Minehart Dave Henderson Matias Chomicki
parent 445da1739f
commit 9f682fbe97
12 changed files with 114 additions and 109 deletions
@@ -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 {