Revert "ci: disable setup-go cache (cache server unreachable)"
PR Ready Gate / clear-labels (pull_request) Successful in 3s
CI / test (pull_request) Successful in 9m32s
CI / review (anthropic--claude-4.6-sonnet, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Failing after 5m21s
CI / review (gpt-5, security, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Failing after 5m51s
CI / review (gpt-5, gpt, GPT_REVIEW_TOKEN) (pull_request) Failing after 5m58s

This reverts commit 8f564ea4f8.
This commit is contained in:
Rodin
2026-05-10 19:44:08 -07:00
parent 8f564ea4f8
commit 1dd73bc4df
-2
View File
@@ -14,7 +14,6 @@ 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
@@ -45,7 +44,6 @@ 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: