Commit 9f34eda
fix(ci): bypass Go module proxy in submodule dependency workflow (#181)
The update-submodule-dependencies workflow runs immediately on push to
main, but `go get @main` through proxy.golang.org resolves to the
latest cached tagged version (v1.20.0) instead of the just-pushed
commit. This caused failures when new packages (graph, oq) were added
but not yet indexed by the proxy.
Setting GOPROXY=direct fetches directly from GitHub, ensuring @main
resolves to the actual branch tip.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent c8d5d3a commit 9f34eda
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments