Skip to content

Conversation

@richardwooding
Copy link
Collaborator

Summary

Upgrades the project from Go 1.23 to Go 1.25 to take advantage of the latest language features, performance improvements, and security updates.

Changes

go.mod

  • Updated go directive from 1.23.0 to 1.25

.github/workflows/go.yml

  • Updated CI workflow to use Go 1.25

Test Plan

  • Built project successfully with go build -v ./...
  • Ran tests with go test -v ./... - all passing
  • Ran go mod tidy to ensure dependencies are properly resolved

Benefits

  • Access to latest Go language features and standard library improvements
  • Performance optimizations from Go 1.25
  • Latest security patches and bug fixes
  • Consistent tooling between development and CI environments

🤖 Generated with Claude Code

Updated both go.mod and CI workflow to use Go 1.25, ensuring consistent
tooling across development and CI environments.

Changes:
- go.mod: go 1.23.0 → go 1.25
- CI workflow: go-version '1.23' → '1.25'

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@richardwooding richardwooding merged commit 7e45e06 into main Jan 9, 2026
1 check passed
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.

1 participant