Skip to content

Update Go toolchain and align CI/Docker configuration#87

Merged
rokuosan merged 4 commits intomainfrom
update-go-version
Apr 14, 2026
Merged

Update Go toolchain and align CI/Docker configuration#87
rokuosan merged 4 commits intomainfrom
update-go-version

Conversation

@rokuosan
Copy link
Copy Markdown
Owner

@rokuosan rokuosan commented Apr 14, 2026

Summary

  • raise the module Go version to 1.25.0 and pin the toolchain to go1.26.2
  • update CI, Pages, and Docker builds to read the Go version from go.mod or use a compatible Go image
  • refresh local tooling and README examples to match the current Go and golangci-lint versions
  • remove the unused go.uber.org/mock dependency entries from go.mod and go.sum

Why

The repository was still split across older Go versions in go.mod, GitHub Actions, Docker, and local tooling config.
This change brings those entry points back into sync and fixes failures caused by running the project with an older Go toolchain.

Notes

  • go.mod now declares go 1.25.0
  • the toolchain is pinned separately as go1.26.2

@rokuosan rokuosan self-assigned this Apr 14, 2026
@rokuosan rokuosan changed the title update go version to 1.25.0 Update Go toolchain and align CI/Docker configuration Apr 14, 2026
@rokuosan rokuosan merged commit c1dd58f into main Apr 14, 2026
3 checks passed
@rokuosan rokuosan deleted the update-go-version branch April 14, 2026 02:12
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