Skip to content

Commit 11a4ed8

Browse files
committed
fix lint
1 parent 54d2c6b commit 11a4ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/catalog_next/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func outputServers(catalogRef, catalogTitle string, servers []Server, format wor
115115
}
116116
data, err = json.MarshalIndent(output, "", " ")
117117
case workingset.OutputFormatYAML:
118-
output := map[string]interface{}{
118+
output := map[string]any{
119119
"catalog": catalogRef,
120120
"title": catalogTitle,
121121
"servers": servers,

0 commit comments

Comments
 (0)