Skip to content

Commit 19f9eea

Browse files
Patel230claude
andcommitted
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. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a7e1bbc commit 19f9eea

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ env:
3636
GOPRIVATE: "github.com/GrayCodeAI/*"
3737
GONOSUMDB: "github.com/GrayCodeAI/*"
3838
GONOSUMCHECK: "1"
39-
# Fetch GrayCodeAI modules straight from VCS rather than the public module
40-
# proxy. The proxy can cache a stale zip for a version whose tag has been
41-
# moved (e.g. tok v0.1.0), producing go.sum checksum mismatches; direct git
42-
# fetch always matches the current tag content recorded in go.sum.
43-
GOPROXY: "direct"
4439

4540
jobs:
4641
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)