chore(deps): upgrade Go dependencies and CI action versions#4580
Merged
chore(deps): upgrade Go dependencies and CI action versions#4580
Conversation
- Bump golangci-lint from v2.9 to v2.11 - Bump aquasecurity/trivy-action from 0.34.2 to 0.35.0 - Upgrade golang.org/x packages (net, crypto, sys, text, arch) - Upgrade go-json, mimetype, and protobuf to latest patch versions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Go module dependencies and CI security/lint tooling versions to keep the project current and address upstream fixes.
Changes:
- Bumped several Go dependencies (e.g.,
github.com/goccy/go-json,golang.org/x/*,google.golang.org/protobuf). - Updated Trivy GitHub Action version used for vulnerability scanning.
- Updated the configured
golangci-lintversion in the CI workflow.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates required dependency versions (direct + indirect). |
| go.sum | Synchronizes module checksums with the updated dependency set. |
| .github/workflows/trivy-scan.yml | Bumps aquasecurity/trivy-action used for SARIF + log output scans. |
| .github/workflows/gin.yml | Bumps the configured golangci-lint version used in CI linting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Test plan
🤖 Generated with Claude Code