deps: bump golang.org/x/sys 0.27.0 → 0.47.0 - #3
Merged
Merged
Conversation
The only available update. go get -u also rewrote the go directive to 1.25.0; reverted, since that changes toolchain selection semantics and isn't part of a dependency refresh. Verified: go build, go vet clean; go test -count=1 ok.
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.
What
Dependency refresh for pin-cli. One update was available:
golang.org/x/sys0.27.0 → 0.47.0 (indirect, viazalando/go-keyring→godbus/dbus)go get -u ./...also rewrote thegodirective from1.25to1.25.0. Reverted — that changes toolchain-selection semantics for no benefit, and isn't part of a dependency refresh.stretchr/testifyandstretchr/objxshow up ingo list -m -u allbut aren't in this module's requirements (they arrive through a dependency's own test tree), so there is nothing to bump for them here.Test evidence
-count=1to defeat the test cache — this is a real run, not a cached pass.