Commit 5e7a1de
committed
ci: drop GOPROXY=direct; GOPRIVATE already routes GrayCodeAI direct
GOPROXY=direct forced the entire module graph (incl. golangci-lint and its
deps) off the public proxy, breaking 'go install golangci-lint'. GOPRIVATE
already fetches GrayCodeAI modules directly from VCS, and the public proxy
has since refreshed tok@v0.1.0 to the moved-tag content, so both paths now
yield the go.sum hash. Reverting the over-broad proxy override.1 parent 9d24af3 commit 5e7a1de
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 39 | | |
45 | 40 | | |
46 | 41 | | |
| |||
0 commit comments