fix(deps): bump go version and dependencies - #180
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s Go toolchain and dependency set, along with related build/CI wiring, to keep radix-cli aligned with newer upstream versions.
Changes:
- Bump Go version to 1.26.5 and update the builder image to
golang:1.26.5-alpine3.24. - Upgrade a broad set of Go dependencies in
go.mod/go.sum(including radix-* modules and Kubernetes-related deps). - Adjust YAML parsing/error wrapping in config loading and validation, and update GitHub Actions/reusable workflow references.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/config/utils.go | Switches radixconfig loading to direct file read + YAML unmarshal (and updates imports). |
| cmd/validateRadixConfig.go | Improves error wrapping for YAML parsing in validation flow. |
| go.mod | Bumps Go version and updates direct/indirect dependencies. |
| go.sum | Updates dependency checksums to match the new module graph. |
| Dockerfile | Updates Go builder base image version/distro. |
| .github/workflows/prepare-release-pr.yml | Updates reusable workflow reference to v1.1.1. |
| .github/workflows/create-releases.yml | Updates reusable workflow references to v1.1.1. |
| .github/workflows/ci.yml | Updates actions (checkout/setup-go/buildx/goreleaser/golangci-lint). |
| .github/workflows/cd.yml | Updates actions (checkout/setup-go/buildx/login/goreleaser). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Richard87
approved these changes
Jul 29, 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.
golang:1.26.5-alpine3.24.go.mod/go.sum(including radix-* modules and Kubernetes-related deps).