Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update go deps #85

Merged
merged 1 commit into from
Nov 11, 2024
Merged

chore(deps): Update go deps #85

merged 1 commit into from
Nov 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/cerbos/cerbos/api/genpb require digest b7e5c77 -> 4f84379
github.com/golangci/golangci-lint require minor v1.61.0 -> v1.62.0 age adoption passing confidence
go (source) toolchain patch 1.23.2 -> 1.23.3 age adoption passing confidence
google.golang.org/grpc require minor v1.67.1 -> v1.68.0 age adoption passing confidence

Release Notes

golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.62.0

Compare Source

golang/go (go)

v1.23.3

grpc/grpc-go (google.golang.org/grpc)

v1.68.0: Release 1.68.0

Compare Source

Behavior Changes

  • stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#​7740)
  • orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#​7663)
  • client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#​7666)
  • credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#​7709)

Bug Fixes

  • transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#​7662)
  • mem: reuse buffers more accurately by using slice capacity instead of length (#​7702)
  • status: Fix regression caused by #​6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#​7724)

Dependencies

  • Bump minimum supported Go version to go1.22.7. (#​7624)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link
Contributor Author

renovate bot commented Nov 11, 2024

ℹ Artifact update notice

File name: tools/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):

  • 32 additional dependencies were updated

Details:

Package Change
github.com/Abirdcfly/dupword v0.1.1 -> v0.1.3
github.com/Antonboom/errname v0.1.13 -> v1.0.0
github.com/Antonboom/nilnil v0.1.9 -> v1.0.0
github.com/Antonboom/testifylint v1.4.3 -> v1.5.0
github.com/alecthomas/go-check-sumtype v0.1.4 -> v0.2.0
github.com/alexkohler/nakedret/v2 v2.0.4 -> v2.0.5
github.com/bkielbasa/cyclop v1.2.1 -> v1.2.3
github.com/breml/bidichk v0.2.7 -> v0.3.2
github.com/breml/errchkjson v0.3.6 -> v0.4.0
github.com/ckaznocha/intrange v0.2.0 -> v0.2.1
github.com/fatih/color v1.17.0 -> v1.18.0
github.com/ghostiam/protogetter v0.3.6 -> v0.3.8
github.com/go-critic/go-critic v0.11.4 -> v0.11.5
github.com/go-viper/mapstructure/v2 v2.1.0 -> v2.2.1
github.com/kisielk/errcheck v1.7.0 -> v1.8.0
github.com/lasiar/canonicalheader v1.1.1 -> v1.1.2
github.com/mattn/go-runewidth v0.0.14 -> v0.0.16
github.com/mgechev/revive v1.3.9 -> v1.5.0
github.com/nunnatsa/ginkgolinter v0.16.2 -> v0.18.0
github.com/securego/gosec/v2 v2.21.2 -> v2.21.4
github.com/sivchari/tenv v1.10.0 -> v1.12.1
github.com/sonatard/noctx v0.0.2 -> v0.1.0
github.com/tetafro/godot v1.4.17 -> v1.4.18
github.com/timonwong/loggercheck v0.9.4 -> v0.10.1
go-simpler.org/musttag v0.12.2 -> v0.13.0
go.uber.org/automaxprocs v1.5.3 -> v1.6.0
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/mod v0.21.0 -> v0.22.0
golang.org/x/sync v0.8.0 -> v0.9.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/tools v0.24.0 -> v0.27.0

@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Nov 11, 2024
@charithe charithe merged commit 9f54cde into main Nov 11, 2024
5 of 6 checks passed
@charithe charithe deleted the renovate/go-deps branch November 11, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant