CLOUD-3618 Update dependencies and CI pipeline#40
Merged
Conversation
mauritsdebruin
commented
Mar 30, 2026
Collaborator
- Bump Go from 1.24 to 1.26 and update all module dependencies
- Update GitHub Actions to latest major versions:
- actions/checkout v2 -> v6
- Node runtime upgrades only, no input/output API changes
- actions/setup-go v2 -> v6
- Node runtime upgrades, no breaking input/output API changes
- Switch from hardcoded go-version to go-version-file reading from go.mod, so the Go version is only defined in one place
- actions/upload-artifact v5 -> v6
- Node 20 -> 24 runtime upgrade, no input/output API changes
- softprops/action-gh-release v1 -> v2
- v1 marketplace tag actually pointed to 0.1.x releases; v2.0.0 aligned the tag with semver
- Node runtime upgrade, no input/output API changes
- actions/checkout v2 -> v6
- Remove toolchain directive from go.mod
- Since Go 1.25, the go command no longer adds a toolchain line when updating the go version, making it redundant when the go directive matches the target version
- New indirect dependency aws-sdk-go-v2/service/signin
- Added by the updated aws-sdk-go-v2/config module
- Bump Go from 1.24 to 1.26 and update all module dependencies
- Update GitHub Actions to latest major versions:
- actions/checkout v2 -> v6
- Node runtime upgrades only, no input/output API changes
- actions/setup-go v2 -> v6
- Node runtime upgrades, no breaking input/output API changes
- Switch from hardcoded go-version to go-version-file reading from
go.mod, so the Go version is only defined in one place
- actions/upload-artifact v5 -> v6
- Node 20 -> 24 runtime upgrade, no input/output API changes
- softprops/action-gh-release v1 -> v2
- v1 marketplace tag actually pointed to 0.1.x releases; v2.0.0
aligned the tag with semver
- Node runtime upgrade, no input/output API changes
- Remove toolchain directive from go.mod
- Since Go 1.25, the go command no longer adds a toolchain line when
updating the go version, making it redundant when the go directive
matches the target version
- New indirect dependency aws-sdk-go-v2/service/signin
- Added by the updated aws-sdk-go-v2/config module
erwinvandenbeld
approved these changes
Mar 30, 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.