Skip to content

super-linterアップデート#224

Merged
massongit merged 5 commits intomainfrom
update_super_linter_3
Dec 26, 2025
Merged

super-linterアップデート#224
massongit merged 5 commits intomainfrom
update_super_linter_3

Conversation

@massongit
Copy link
Copy Markdown
Member

@massongit massongit commented Dec 26, 2025

#215 をベースにsuper-linterをアップデートします。
CI build でDockerfileのベースイメージをsuper-linterで使われているバージョンにアップデートするようにします: ac76ec6
また、Goの標準ライブラリと名前が衝突していたディレクトリをrenameします: 9eb9fb8

renovate bot and others added 4 commits December 26, 2025 09:09
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
update_go_version.shスクリプトに、Dockerfileのベースイメージバージョンが
実際に変更された場合のみdigestを取得する処理を追加した。
これにより、バージョンが変わらない場合の不要なdocker buildxコマンド実行を
回避し、スクリプトの実行効率を改善した。

変更内容:
- Dockerfileから現在のイメージタグを抽出
- 新しいGoバージョンで置き換えた新イメージタグを生成
- イメージタグが変わらない場合は早期リターン
- 変わる場合のみdigestを取得してDockerfileを更新

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Go標準ライブラリのhttpパッケージと名前が衝突していたため、
reviveのvar-namingルールでエラーが発生していた。
これを解消するため、lib/httpディレクトリをlib/httpclientに
リネームし、すべてのインポート文とパッケージ宣言を更新した。

変更内容:
- lib/http/ → lib/httpclient/ にディレクトリをリネーム
- package http → package httpclient に変更
- すべてのインポート文を更新

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@massongit massongit changed the title Update super linter 3 super-linterアップデート Dec 26, 2025
@massongit massongit marked this pull request as ready for review December 26, 2025 09:41
@massongit massongit requested a review from Goryudyuma December 26, 2025 09:42
@massongit massongit merged commit 858d4a2 into main Dec 26, 2025
37 checks passed
@massongit massongit deleted the update_super_linter_3 branch December 26, 2025 11:22
@github-project-automation github-project-automation bot moved this from In Progress to Done in task list Dec 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants