fix: replace archived useblacksmith actions with official actions (ACC-1172) - #21
Merged
Merged
Conversation
…resolve Go 1.25 403 The useblacksmith/setup-go fork has been archived (last push 2025-10-14) and doesn't include the upstream fix that replaces the broken GCS fallback with go.dev/dl (actions/setup-go#665, merged 2025-10-27, shipped in v6.4.0). This was causing CI failures with: Failed to download version 1.25.0: Error: Unexpected HTTP response: 403 Replaces three references with their official equivalents: - useblacksmith/setup-go@v6 -> actions/setup-go@v6 - useblacksmith/cache@v5 -> actions/cache@v5 - useblacksmith/cache/restore@v5 -> actions/cache/restore@v5 Refs: actions/setup-go#664 Refs: ACC-1172 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
mattcarranza10
marked this pull request as ready for review
May 27, 2026 18:32
danteay
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
useblacksmith/setup-go@v6,useblacksmith/cache@v5anduseblacksmith/cache/restore@v5with their official counterparts (actions/setup-go@v6,actions/cache@v5,actions/cache/restore@v5).Why
The
useblacksmith/setup-gofork is archived (last push 2025-10-14) and never received the upstream fix that replaces the broken GCS fallback withgo.dev/dl:actions/setup-go@v6.4.0(released 2026-03-30).This was causing intermittent CI failures in
Drafteame/api:Example failing job: https://github.com/Drafteame/api/actions/runs/26455760349/job/77892400610
Notes
useblacksmith/cacheis owned by the same archived org. Swapping toactions/cache@v5keeps cache semantics equivalent.v0.9.1), consumers likeDrafteame/apineed to bump the action reference.Linear
ACC-1172 — https://linear.app/draftea/issue/ACC-1172
🤖 Generated with Claude Code