Skip to content

chore(deps): update go deps#62

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-deps
Open

chore(deps): update go deps#62
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 1, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/bufbuild/buf v1.66.0v1.67.0 age confidence require minor
github.com/golangci/golangci-lint/v2 v2.10.1v2.11.4 age confidence require minor
go (source) 1.26.01.26.2 age confidence toolchain patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bufbuild/buf (github.com/bufbuild/buf)

v1.67.0

Compare Source

  • Fix LSP not skipping buf.build/docs links for lint rules from check plugins and policies.
  • Fix buf dep graph --format json silently dropping dependencies when a dependency was already seen.
  • Add support for --rbs_out as a protoc_builtin plugin (requires protoc v34.0+).
  • Add relevant links from CEL LSP hover documentation to either <celbyexample.com> or <protovalidate.com>
  • Add OpenBSD and FreeBSD release binaries for amd64 and arm64.
  • Skip writing unchanged output files in buf generate to preserve modification times
  • Update buf beta registry plugin delete to prompt the user for deletion, matching the UX of the other deletion commands.
    Use --force to restore the old behavior.

v1.66.1

Compare Source

  • Fix exclude_types in buf generate dropping transitive dependencies of import files retained for their extension fields.
golangci/golangci-lint (github.com/golangci/golangci-lint/v2)

v2.11.4

Compare Source

Released on 2026-03-22

  1. Linters bug fixes
    • govet-modernize: from 0.42.0 to 0.43.0
    • noctx: from 0.5.0 to 0.5.1
    • sqlclosecheck: from 0.5.1 to 0.6.0

v2.11.3

Compare Source

Released on 2026-03-10

  1. Linters bug fixes

v2.11.2

Compare Source

Released on 2026-03-07

  1. Fixes
    • fmt: fix error when using the fmt command with explicit paths.

v2.11.1

Compare Source

Released on 2026-03-06

Due to an error related to AUR, some artifacts of the v2.11.0 release have not been published.

This release contains the same things as v2.11.0.

v2.11.0

Compare Source

Released on 2026-03-06

  1. Linters new features or changes
    • errcheck: from 1.9.0 to 1.10.0 (exclude crypto/rand.Read by default)
    • gosec: from 2.23.0 to 2.24.6 (new rules: G113, G118, G119, G120, G121, G122, G123, G408, G707)
    • noctx: from 0.4.0 to 0.5.0 (new detection: httptest.NewRequestWithContext)
    • prealloc: from 1.0.2 to 1.1.0
    • revive: from 1.14.0 to 1.15.0 (⚠️ Breaking change: package-related checks moved from var-naming to a new rule package-naming)
  2. Linters bug fixes
    • gocognit: from 1.2.0 to 1.2.1
    • gosec: from 2.24.6 to 2.24.7
    • unqueryvet: from 1.5.3 to 1.5.4
golang/go (go)

v1.26.2

v1.26.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 1, 2026

ℹ️ 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):

  • 31 additional dependencies were updated

Details:

Package Change
buf.build/go/standard v0.1.0 -> v0.1.1-0.20260325175353-2b287e071df5
github.com/MirrexOne/unqueryvet v1.5.3 -> v1.5.4
github.com/alexkohler/prealloc v1.0.2 -> v1.1.0
github.com/bufbuild/protocompile v0.14.2-0.20260202185951-d02d3732d113 -> v0.14.2-0.20260319203231-019757e4c592
github.com/docker/cli v29.2.1+incompatible -> v29.3.0+incompatible
github.com/fatih/color v1.18.0 -> v1.19.0
github.com/google/go-containerregistry v0.21.0 -> v0.21.3
github.com/kisielk/errcheck v1.9.0 -> v1.10.0
github.com/klauspost/compress v1.18.4 -> v1.18.5
github.com/mgechev/revive v1.14.0 -> v1.15.0
github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741 -> v0.0.0-20260226131333-17d1149c6ac6
github.com/ryanrolds/sqlclosecheck v0.5.1 -> v0.6.0
github.com/securego/gosec/v2 v2.23.0 -> v2.24.8-0.20260309165252-619ce2117e08
github.com/segmentio/encoding v0.5.3 -> v0.5.4
github.com/sonatard/noctx v0.4.0 -> v0.5.1
github.com/uudashr/gocognit v1.2.0 -> v1.2.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 -> v0.67.0
go.opentelemetry.io/otel v1.40.0 -> v1.42.0
go.opentelemetry.io/otel/metric v1.40.0 -> v1.42.0
go.opentelemetry.io/otel/trace v1.40.0 -> v1.42.0
golang.org/x/crypto v0.48.0 -> v0.49.0
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa -> v0.0.0-20260312153236-7ab1446f8b90
golang.org/x/mod v0.33.0 -> v0.34.0
golang.org/x/net v0.50.0 -> v0.52.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.41.0 -> v0.42.0
golang.org/x/term v0.40.0 -> v0.41.0
golang.org/x/text v0.34.0 -> v0.35.0
golang.org/x/tools v0.42.0 -> v0.43.0
google.golang.org/genproto/googleapis/api v0.0.0-20260217215200-42d3e9bedb6d -> v0.0.0-20260319201613-d00831a3d3e7
google.golang.org/genproto/googleapis/rpc v0.0.0-20260217215200-42d3e9bedb6d -> v0.0.0-20260319201613-d00831a3d3e7

@renovate renovate bot force-pushed the renovate/go-deps branch from c84bfd5 to 9831b66 Compare April 1, 2026 23:55
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/go-deps branch from 9831b66 to 5de4738 Compare April 8, 2026 05:23
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.

0 participants