chore(deps): upgrade to go 1.26.4 and bump golang.org/x/crypto#7
Open
cswn wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
vvrmatos
approved these changes
Jun 12, 2026
There was a problem hiding this comment.
Pull request overview
Updates the project’s Go toolchain and dependency set to pick up security fixes (notably in golang.org/x/crypto) and keep the container build aligned with go.mod.
Changes:
- Bump Go toolchain version from 1.26.1 → 1.26.4 in
go.mod. - Update the build image to
golang:1.26.4-alpineinDockerfile. - Bump
golang.org/x/cryptoandgolang.org/x/sysversions in module files.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates Go toolchain version and module dependency versions. |
| go.sum | Refreshes checksums to match updated module versions. |
| Dockerfile | Aligns builder image Go version with go.mod. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Faaizz
approved these changes
Jun 12, 2026
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.
Summary
go.modandDockerfilegolang.org/x/cryptov0.49.0 → v0.53.0 (fixes CVE-2026-46595, requires >= v0.52.0)golang.org/x/sysv0.42.0 → v0.46.0 (transitive)🤖 Generated with Claude Code