fix: use Go 1.25 for dashboard builder step#8101
Conversation
The build-dashboard-image step had golang-cross:1.24-bookworm hardcoded while the goreleaser step uses 1.25-bullseye. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |
|
This PR updates the Go version for the dashboard builder step in the release workflow, aligning it with the version used by GoReleaser to ensure build consistency. Files Changed Analysis
Architecture & Impact Assessment
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2026-04-20T09:00:58.174Z | Triggered by: pr_opened | Commit: b0ca559 💡 TIP: You can chat with Visor using |
Security Issues (1)
✅ Architecture Check PassedNo architecture issues found – changes LGTM. ✅ Performance Check PassedNo performance issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-04-20T09:00:52.936Z | Triggered by: pr_opened | Commit: b0ca559 💡 TIP: You can chat with Visor using |
|
API Changes no api changes detected |
Summary
The build-dashboard-image step had golang-cross:1.24-bookworm hardcoded while goreleaser uses 1.25-bullseye. Updated to match.
Test plan
🤖 Generated with Claude Code