chore: Go 1.27 へアップデート - #49
Open
kantacky wants to merge 1 commit into
Open
Conversation
go.mod / mise.toml / Dockerfile の Go バージョンを 1.25.7 から 1.27.0 へ更新した。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DUWzM28D7nBd6uLYz6f6CN
kantacky
requested review from
a team,
Hosoda-abo,
hikaru-0602 and
masaya-osuga
August 20, 2026 07:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
変更点
go.mod:go 1.27.0mise.toml:go = "1.27.0"Dockerfile: ビルドステージのベースイメージをgolang:1.27.0-bookwormへgo mod tidyによる依存関係の差分もなし)確認したこと
Go 1.27.0 で以下がすべて成功することを確認しました。
go mod tidy(差分なし)go build ./...go vet ./...gofmt -l .(未フォーマットのファイルなし)go test ./...注意点
mise.tomlのminimum_release_age = "7d"により CI の mise 側でバージョン解決に失敗する可能性があります。その場合はリリースから 7 日経過を待つか、設定の一時調整が必要です。golang:1.27.0-bookwormイメージの存在はローカルでは未検証です(Docker のビルドは実行していません)。Generated by Claude Code