CI: Bump golangci-lint to 2.0.2 (#103572)
This commit is contained in:
@@ -36,7 +36,7 @@ func parseUnstructuredToLegacyFolder(item *unstructured.Unstructured) (*folder.F
|
||||
url = dashboards.GetFolderURL(uid, slug)
|
||||
}
|
||||
|
||||
created := meta.GetCreationTimestamp().Time.UTC()
|
||||
created := meta.GetCreationTimestamp().UTC()
|
||||
updated, _ := meta.GetUpdatedTimestamp()
|
||||
if updated == nil {
|
||||
updated = &created
|
||||
|
||||
Reference in New Issue
Block a user