Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 835fb9f

Browse files
koki-developclaudehappy-otter
committed
Increase max_file_size for Go 1.25.5 to handle larger build cache
Go 1.25.5 generates ~38MB of GOCACHE data even for simple programs, which exceeds the default max_file_size of 10MB. Set limit to 50MB for this package. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent cb4f189 commit 835fb9f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/go/1.25.5/metadata.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"language": "go",
33
"version": "1.25.5",
4-
"aliases": ["go", "golang"]
4+
"aliases": ["go", "golang"],
5+
"limit_overrides": {
6+
"max_file_size": 50000000
7+
}
58
}

0 commit comments

Comments
 (0)