Skip to content

Commit 63911fd

Browse files
bugerclaude
andauthored
fix: use Go 1.25 for dashboard builder step (#8099)
## 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 23156fc commit 63911fd

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
@@ -713,7 +713,7 @@ jobs:
713713
-e GOMODCACHE=/go/pkg/mod \
714714
-v /tmp/build-dashboard.sh:/tmp/build-dashboard.sh \
715715
-w /go/src/github.com/TykTechnologies/tyk-analytics \
716-
tykio/golang-cross:1.24-bookworm /tmp/build-dashboard.sh
716+
tykio/golang-cross:1.25-bullseye /tmp/build-dashboard.sh
717717
718718
echo "✅ Packages built successfully for $GOARCH"
719719
- name: Detect platform for Docker build

0 commit comments

Comments
 (0)