Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
shouldn't ahve changed that
  • Loading branch information
aaronpowell committed Jul 10, 2025
commit 895ba6e67c735c7a93640d0b43eeb27a02c502cd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static IResourceBuilder<GolangAppExecutableResource> AddGolangApp(this ID

return builder.AddResource(resource)
.WithGolangDefaults()
.WithArgs(allArgs);
.WithArgs([.. allArgs]);
}

private static IResourceBuilder<GolangAppExecutableResource> WithGolangDefaults(
Expand Down
Loading