-
Notifications
You must be signed in to change notification settings - Fork 256
Chore: update go dependencies #4041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates various Go dependencies to their latest versions while excluding Kubernetes-related packages for a future update. The changes include updates to core Azure SDK packages, CLI tools, monitoring libraries, and various utility dependencies.
Key changes:
- Updated Azure SDK and third-party dependencies to newer versions
- Maintained compatibility by keeping Kubernetes packages at current versions
- Added new indirect dependencies as required by updated packages
Comments suppressed due to low confidence (1)
go.mod:3
- Go version 1.24.1 does not exist. The latest Go versions as of my knowledge cutoff are in the 1.23.x series. Please verify this is a valid Go version or update to a released version.
go 1.24.1
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
* update go dependencies * do not upgrade some dependencies * rollback some updates
* update go dependencies * do not upgrade some dependencies * rollback some updates
* update go dependencies * do not upgrade some dependencies * rollback some updates
Reason for Change:
This PR is to update go dependencies
Next PR will focus on k8s.io packages which require other changes
Issue Fixed:
Requirements:
Notes: