Skip to content

fix(deps): Update Go#278

Open
renovate[bot] wants to merge 4 commits intomainfrom
renovate/go
Open

fix(deps): Update Go#278
renovate[bot] wants to merge 4 commits intomainfrom
renovate/go

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 18, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/docker/go-connections v0.5.0 -> v0.6.0 age confidence require minor
github.com/spf13/cobra v1.9.1 -> v1.10.1 age confidence require minor
github.com/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
github.com/zitadel/oidc/v3 v3.41.0 -> v3.44.0 age confidence require minor
golang.org/x/crypto v0.40.0 -> v0.41.0 age confidence require minor
golang.org/x/exp 542afb5 -> 8b4c13b age confidence require digest
golang.org/x/term v0.33.0 -> v0.34.0 age confidence require minor

Release Notes

docker/go-connections (github.com/docker/go-connections)

v0.6.0

Compare Source

spf13/cobra (github.com/spf13/cobra)

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

zitadel/oidc (github.com/zitadel/oidc/v3)

v3.44.0

Compare Source

Features

v3.43.1

Compare Source

Bug Fixes

v3.43.0

Compare Source

Features

v3.42.0

Compare Source

Features
  • pass optional logout hint and ui locales to end session request (#​774) (dbf1a73)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 18, 2025
@github-actions github-actions bot added the bug Something isn't working label Jul 18, 2025
@renovate renovate bot changed the title fix(deps): Update golang.org/x/exp digest to 645b1fa fix(deps): Update Go Jul 24, 2025
@renovate renovate bot force-pushed the renovate/go branch 2 times, most recently from 6d28977 to dc10756 Compare July 31, 2025 10:42
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jul 31, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/go-logr/logr v1.4.2 -> v1.4.3
go.opentelemetry.io/otel v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.37.0
golang.org/x/net v0.41.0 -> v0.42.0
golang.org/x/sys v0.34.0 -> v0.35.0
golang.org/x/text v0.27.0 -> v0.28.0

@renovate renovate bot force-pushed the renovate/go branch 7 times, most recently from 7086676 to 9b1aea6 Compare August 10, 2025 12:44
@renovate renovate bot force-pushed the renovate/go branch 4 times, most recently from b6bc7ed to 9df1ab9 Compare August 13, 2025 17:18
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Aug 13, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module golang.org/x/exp@v0.0.0-20250819193227-8b4c13bb791b requires go >= 1.24.0; switching to go1.24.6
go: downloading go1.24.6 (linux/amd64)
go: download go1.24.6: golang.org/toolchain@v0.0.1-go1.24.6.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/go branch 2 times, most recently from ac8035c to 9158caf Compare August 24, 2025 18:07
@renovate renovate bot force-pushed the renovate/go branch 2 times, most recently from d12cd0f to 9a39a32 Compare August 29, 2025 04:43
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Sep 7, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant