Skip to content

deps: bump golang.org/x/sys 0.27.0 → 0.47.0 - #3

Merged
terraboops merged 1 commit into
mainfrom
deps/refresh
Aug 25, 2026
Merged

deps: bump golang.org/x/sys 0.27.0 → 0.47.0#3
terraboops merged 1 commit into
mainfrom
deps/refresh

Conversation

@terraboops

Copy link
Copy Markdown
Collaborator

What

Dependency refresh for pin-cli. One update was available:

  • golang.org/x/sys 0.27.0 → 0.47.0 (indirect, via zalando/go-keyringgodbus/dbus)

go get -u ./... also rewrote the go directive from 1.25 to 1.25.0. Reverted — that changes toolchain-selection semantics for no benefit, and isn't part of a dependency refresh.

stretchr/testify and stretchr/objx show up in go list -m -u all but 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

go build ./...        clean
go vet ./...          clean
go test -count=1 ./... ok  github.com/bitcomplete/pin-cli  0.270s

-count=1 to defeat the test cache — this is a real run, not a cached pass.

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.
@terraboops
terraboops merged commit bd0a1ec into main Aug 25, 2026
1 check passed
@terraboops
terraboops deleted the deps/refresh branch August 25, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant