Skip to content

Update Go version from 1.26.4 to 1.26.5 - #13

Merged
herve-quiroz merged 1 commit into
mainfrom
claude/issue-12
Jul 13, 2026
Merged

Update Go version from 1.26.4 to 1.26.5#13
herve-quiroz merged 1 commit into
mainfrom
claude/issue-12

Conversation

@herve-quiroz

Copy link
Copy Markdown
Contributor

Summary

Bumps the canonical Go version in go.mod from 1.26.4 to 1.26.5, the latest stable Go release.

go.mod is the single source of truth for the Go version in this repository. Workflows derive their version from it via go-version-file: go.mod, so no other files need to change.

Testing

All verification checks pass:

  • gofmt -l ecs — clean
  • go vet ./... — clean
  • go build ./... — clean
  • go test ./... -race — passing

fixes #12


✨ Content generated by Claude AI.

Bump the canonical Go version in go.mod to the latest stable release.
This is the only place a Go version is declared; workflows derive
their version from go.mod via go-version-file.

fixes #12
@herve-quiroz herve-quiroz added the claude Ticket that should be handled by Claude label Jul 13, 2026
@github-actions github-actions Bot added the input required Derived from whether the last interaction was Claude-authored. Do not set by hand label Jul 13, 2026
@herve-quiroz
herve-quiroz merged commit 96e9d93 into main Jul 13, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

claude Ticket that should be handled by Claude input required Derived from whether the last interaction was Claude-authored. Do not set by hand

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Go version from 1.26.4 to 1.26.5

1 participant