Skip to content

fix(examples): build the docker fleets on Go 1.26 - #244

Merged
outofcoffee merged 1 commit into
mainfrom
claude/fix-ci-test-failures-e3vz8m
Sep 23, 2026
Merged

outofcoffee merged 1 commit into
mainfrom
claude/fix-ci-test-failures-e3vz8m

Conversation

@outofcoffee

Copy link
Copy Markdown
Collaborator

Summary

The Go dependency bump in 8f8b251 raised go.mod to go 1.26.0, but the fleet-integration and gateway-integration images still built on golang:1.25-alpine with GOTOOLCHAIN=local, so go mod download failed:

go: go.mod requires go >= 1.26.0 (running go 1.25.14; GOTOOLCHAIN=local)

Changes

  • examples/fleet-docker/Dockerfile and examples/gateway-docker/Dockerfile: build stage moves to golang:1.26-alpine.

The unit-test job was unaffected (it takes its Go version from go.mod). This should also unblock Dependabot PR #243, which fails the same way.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Y5rfBgKpH7D2y2eRRVLsCq


Generated by Claude Code

The dependency bump raised go.mod to go 1.26.0, but the fleet and gateway
integration images still built on golang:1.25-alpine with
GOTOOLCHAIN=local, so `go mod download` refused to run and both
integration jobs failed.

Co-Authored-By: Claude Opus 5.5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01Y5rfBgKpH7D2y2eRRVLsCq
@outofcoffee
outofcoffee merged commit 9ac32bb into main Sep 23, 2026
5 checks passed
@outofcoffee
outofcoffee deleted the claude/fix-ci-test-failures-e3vz8m branch September 23, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants