ci: disable setup-go cache (cache server unreachable)
PR Ready Gate / clear-labels (pull_request) Successful in 2s
CI / test (pull_request) Successful in 15s
CI / review (anthropic--claude-4.6-sonnet, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Successful in 36s
CI / review (gpt-5, gpt, GPT_REVIEW_TOKEN) (pull_request) Successful in 1m28s
CI / review (gpt-5, security, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Successful in 1m43s

Cache server at 192.168.109.55:35239 times out, adding 4+ minutes
to each job. Disable until cache infra is fixed.
This commit is contained in:
Rodin
2026-05-10 19:43:46 -07:00
parent 9775cb098c
commit 8f564ea4f8
+2
View File
@@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.26'
cache: false
- run: go test ./...
- run: go vet ./...
- run: go build -o review-bot ./cmd/review-bot
@@ -44,6 +45,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.26'
cache: false
- run: go build -o review-bot ./cmd/review-bot
- name: Run ${{ matrix.name }} review
env: