(chore): bump go version 1.26.4 - #2258
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Go toolchain version to 1.26.4 and aligns the Docker build images and lint configuration accordingly. It also refreshes a few golang.org/x/* indirect dependencies within the cmd/keeper submodule (likely as a result of running module maintenance under the new toolchain).
Changes:
- Bump
godirective from1.26.3→1.26.4in the root module andcmd/keepersubmodule. - Update builder images in
DockerfileandDockerfile.alltoolstogolang:1.26.4-alpine. - Update
cmd/keeperindirect deps/checksums (golang.org/x/crypto,golang.org/x/sys,golang.org/x/text).
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Bumps root module Go version to 1.26.4. |
| Dockerfile.alltools | Updates Go builder image tag to 1.26.4-alpine. |
| Dockerfile | Updates Go builder image tag to 1.26.4-alpine. |
| cmd/keeper/go.sum | Refreshes submodule dependency checksums (includes golang.org/x/* bumps). |
| cmd/keeper/go.mod | Bumps submodule Go version and updates a couple indirect deps. |
| .golangci.yml | Aligns golangci-lint run Go version to 1.26.4. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| // Note: Change the go image version in Dockerfile if you change this. | ||
| go 1.26.3 | ||
| go 1.26.4 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2258 +/- ##
===========================================
+ Coverage 53.41% 53.42% +0.01%
===========================================
Files 896 896
Lines 159713 159713
===========================================
+ Hits 85314 85332 +18
+ Misses 69071 69054 -17
+ Partials 5328 5327 -1 see 16 files with indirect coverage changes 🚀 New features to boost your workflow:
|



No description provided.