Bump Go dependencies (Go 1.24 compatible)#160
Merged
RichardChen820 merged 3 commits intorelease/v2.5.3from Feb 25, 2026
Merged
Conversation
Co-authored-by: RichardChen820 <99175581+RichardChen820@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update dependency packages
Bump Go dependencies and version to 2.5.4
Feb 25, 2026
RichardChen820
requested changes
Feb 25, 2026
config/rbac/role.yaml
Outdated
| rules: | ||
| - apiGroups: | ||
| - azconfig.io | ||
| - "" |
| metadata: | ||
| annotations: | ||
| controller-gen.kubebuilder.io/version: v0.15.0 | ||
| controller-gen.kubebuilder.io/version: v0.17.3 |
Makefile
Outdated
| ## Tool Versions | ||
| KUSTOMIZE_VERSION ?= v5.4.1 | ||
| CONTROLLER_TOOLS_VERSION ?= v0.15.0 | ||
| CONTROLLER_TOOLS_VERSION ?= v0.17.3 |
version.json
Outdated
go.mod
Outdated
| module azappconfig/provider | ||
|
|
||
| go 1.24.0 | ||
| go 1.25.0 |
Member
There was a problem hiding this comment.
@copilot Don't update the go version, it will casuing the release pipeline fail since it only support build go 1.24. Update the dependencies in the scope of Go 1.24
Author
There was a problem hiding this comment.
Fixed in commit 5943d6c. Go version stays at 1.24.0, k8s.io stays at v0.34.3, and controller-runtime stays at v0.22.5. Only packages compatible with Go 1.24 were updated (go-openapi/swag v0.25.3→v0.25.4, prometheus/common v0.67.4→v0.67.5, software.sslmate/go-pkcs12 v0.4.0→v0.7.0).
…es only Co-authored-by: RichardChen820 <99175581+RichardChen820@users.noreply.github.com>
Copilot
AI
changed the title
Bump Go dependencies and version to 2.5.4
Bump Go dependencies (Go 1.24 compatible)
Feb 25, 2026
RichardChen820
approved these changes
Feb 25, 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.
Routine dependency update pass, updating packages within the scope of Go 1.24.
Dependency Updates
v0.22.3→v0.22.4v0.21.3→v0.21.4v0.25.3→v0.25.4v0.67.4→v0.67.5v0.4.0→v0.7.0Go version, k8s.io packages, and sigs.k8s.io/controller-runtime are kept at their current versions for Go 1.24 compatibility.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.