Commit 0f002af
fix(core): pin opencode version to avoid GitHub API rate limit failures
Pin opencode to version 1.2.27 by passing --version flag to the install
script. Without a pinned version, the installer fetches the latest version
from the GitHub API (api.github.com/repos/anomalyco/opencode/releases/latest),
which fails with "Failed to fetch version information" when rate-limited or
network-throttled during Docker builds in CI.
This is the root cause of the E2E (Clone cache) CI failure.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7b155d9 commit 0f002af
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
72 | | - | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments