Skip to content

Commit b0ca559

Browse files
bugerclaude
andcommitted
fix: use Go 1.25 for dashboard builder step
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>
1 parent dfbc83d commit b0ca559

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)