Skip to content

Commit 9cccaf4

Browse files
bugerclaude
andauthored
fix: use Go 1.25 for dashboard builder step (#8098)
## Summary - The build-dashboard-image step used `golang-cross:1.24-bookworm` while everything else uses `1.25-bullseye` - Updated to match the `golang_cross` matrix value ## Test plan - [ ] build-dashboard-image step works when triggered 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d94119c commit 9cccaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ jobs:
730730
-e GOMODCACHE=/go/pkg/mod \
731731
-v /tmp/build-dashboard.sh:/tmp/build-dashboard.sh \
732732
-w /go/src/github.com/TykTechnologies/tyk-analytics \
733-
tykio/golang-cross:1.24-bookworm /tmp/build-dashboard.sh
733+
tykio/golang-cross:1.25-bullseye /tmp/build-dashboard.sh
734734
735735
echo "✅ Packages built successfully for $GOARCH"
736736
- name: Detect platform for Docker build

0 commit comments

Comments
 (0)