chore: upgrade Go modules and GitHub Actions#641
Open
james-nesbitt wants to merge 3 commits into
Open
Conversation
Go modules (go get -u ./...): - containerd v1.7.31 → v1.7.32 - gruntwork-io/terratest v0.56.0 → v1.0.0 - helm/helm/v3 v3.20.2 → v3.21.0 - k0sproject/rig v0.21.2 → v0.21.8 - k8s.io/* v0.35.4 → v0.36.1 - Masterminds/semver/v3 v3.4.0 → v3.5.0 - golang.org/x/* dependencies bumped - go directive: 1.26 → 1.26.0 GitHub Actions: - smoke-tests.yaml: actions/checkout v4 → v6 - smoke-tests.yaml: hashicorp/setup-terraform v3 → v4 - release.yml: actions/download-artifact v7 → v8 - release.yml: softprops/action-gh-release v2 → v3 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: James Nesbitt <jnesbitt@mirantis.com>
There was a problem hiding this comment.
Pull request overview
This PR performs a broad dependency refresh across the Launchpad Go module and updates several GitHub Actions used by CI workflows.
Changes:
- Bumps multiple Go dependencies (notably Kubernetes libs, Helm, containerd, terratest, and various
golang.org/x/*modules) and updatesgo.sumaccordingly. - Updates the
go.modgodirective. - Upgrades several GitHub Actions versions in the smoke test and release workflows.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
go.mod |
Updates Go version directive and bumps direct/indirect module versions. |
go.sum |
Updates module checksums to match the dependency upgrades. |
.github/workflows/smoke-tests.yaml |
Upgrades actions/checkout and hashicorp/setup-terraform action versions used by smoke tests. |
.github/workflows/release.yml |
Upgrades artifact download and GitHub Release action versions in the release pipeline. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Patch version in the go directive is rejected by older toolchains. Use `go 1.26` per convention; toolchain pinning belongs in a separate `toolchain` directive if needed. Addresses Copilot review comment on PR #641. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: James Nesbitt <jnesbitt@mirantis.com>
go mod tidy on Go 1.21+ toolchains manages the patch version in the go directive automatically. Restoring go 1.26.0 as set by the toolchain. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: James Nesbitt <jnesbitt@mirantis.com>
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
Comprehensive dependency upgrade pass, superseding #632 (Dependabot containerd bump).
Go modules (
go get -u ./...)containerd/containerdgruntwork-io/terratesthelm/helm/v3k0sproject/rigk8s.io/*Masterminds/semver/v3golang.org/x/*godirectiveGitHub Actions
smoke-tests.yamlactions/checkoutsmoke-tests.yamlhashicorp/setup-terraformrelease.ymlactions/download-artifactrelease.ymlsoftprops/action-gh-releaseTest plan
make unit-test)🤖 Generated with Claude Code