chore: collective dependency and workflow updates#38
Merged
Conversation
- Upgraded Echo to v4.15.2 - Upgraded Cobra to v1.10.2 - Upgraded Zap to v1.28.0 - Upgraded Kubernetes dependencies to v0.36.0 - General cleanup of indirect dependencies
This was referenced May 11, 2026
Closed
- Bumped Go to 1.26.0 in all CI/CD workflows - Bumped CodeQL actions to v4 - Bumped Codecov action to v6
ccf1e76 to
6cce151
Compare
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.
Description
This PR consolidates and updates several dependencies to their latest versions, resolving known vulnerabilities and ensuring compatibility with the latest Go toolchain. It also updates GitHub Actions workflows to use Go 1.26.0 and the latest action versions.
This replaces the individual dependabot PRs (#21, #22, #23, #24, #25, #26, #27, #28).
Type of change
How Has This Been Tested?
go get -u ./...andgo mod tidyto verify dependency resolution.go test ./...).Checklist:
pre-commit run --all-files) pass successfully