Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/golangci/golangci-lint v1.62.0v1.64.8 age confidence

Release Notes

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

v1.64.8

Compare Source

  • Detects use of configuration files from golangci-lint v2

v1.64.7

Compare Source

  1. Linters bug fixes
    • depguard: from 2.2.0 to 2.2.1
    • dupl: from 3e9179a to f665c8d
    • gosec: from 2.22.1 to 2.22.2
    • staticcheck: from 0.6.0 to 0.6.1
  2. Documentation
    • Add GitLab documentation

v1.64.6

Compare Source

  1. Linters bug fixes
    • asciicheck: from 0.4.0 to 0.4.1
    • contextcheck: from 1.1.5 to 1.1.6
    • errcheck: from 1.8.0 to 1.9.0
    • exptostd: from 0.4.1 to 0.4.2
    • ginkgolinter: from 0.19.0 to 0.19.1
    • go-exhaustruct: from 3.3.0 to 3.3.1
    • gocheckcompilerdirectives: from 1.2.1 to 1.3.0
    • godot: from 1.4.20 to 1.5.0
    • perfsprint: from 0.8.1 to 0.8.2
    • revive: from 1.6.1 to 1.7.0
    • tagalign: from 1.4.1 to 1.4.2

v1.64.5

Compare Source

  1. Bug fixes
    • Add missing flag new-from-merge-base-flag
  2. Linters bug fixes
    • asciicheck: from 0.3.0 to 0.4.0
    • forcetypeassert: from 0.1.0 to 0.2.0
    • gosec: from 2.22.0 to 2.22.1

v1.64.4

Compare Source

  1. Linters bug fixes
    • gci: fix standard packages list for go1.24

v1.64.3

Compare Source

  1. Linters bug fixes
    • ginkgolinter: from 0.18.4 to 0.19.0
    • go-critic: from 0.11.5 to 0.12.0
    • revive: from 1.6.0 to 1.6.1
    • gci: fix standard packages list for go1.24
  2. Misc.
    • Build Docker images with go1.24

v1.64.2

Compare Source

This is the last minor release of golangci-lint v1.
The next release will be golangci-lint v2.

  1. Enhancements
    • 🎉 go1.24 support
    • New issues.new-from-merge-base option
    • New run.relative-path-mode option
  2. Linters new features
    • copyloopvar: from 1.1.0 to 1.2.1 (support suggested fixes)
    • exptostd: from 0.3.1 to 0.4.1 (handles golang.org/x/exp/constraints.Ordered)
    • fatcontext: from 0.5.3 to 0.7.1 (new option: check-struct-pointers)
    • perfsprint: from 0.7.1 to 0.8.1 (new options: integer-format, error-format, string-format, bool-format, and hex-format)
    • revive: from 1.5.1 to 1.6.0 (new rules: redundant-build-tag, use-errors-new. New option early-return.early-return)
  3. Linters bug fixes
    • go-errorlint: from 1.7.0 to 1.7.1
    • gochecknoglobals: from 0.2.1 to 0.2.2
    • godox: from 006bad1 to 1.1.0
    • gosec: from 2.21.4 to 2.22.0
    • iface: from 1.3.0 to 1.3.1
    • nilnesserr: from 0.1.1 to 0.1.2
    • protogetter: from 0.3.8 to 0.3.9
    • sloglint: from 0.7.2 to 0.9.0
    • spancheck: fix default StartSpanMatchersSlice values
    • staticcheck: from 0.5.1 to 0.6.0
  4. Deprecations
    • ⚠️ tenv is deprecated and replaced by usetesting.os-setenv: true.
    • ⚠️ exportloopref deprecation step 2
  5. Misc.
    • Sanitize severities by output format
    • Avoid panic with plugin without description
  6. Documentation
    • Clarify depguard configuration

v1.64.1

Compare Source

Cancelled due to CI failure.

v1.64.0

Compare Source

Cancelled due to CI failure.

v1.63.4

Compare Source

  1. Linters bug fixes
    • dupl, gomodguard, revive: keep only Go-files.

v1.63.3

Compare Source

  1. Linters bug fixes
    • gofmt, gofumpt, goimports, gci: panic with several trailing EOL
    • goheader: skip issues with invalid positions

v1.63.2

Compare Source

  1. Linters bug fixes
    • gofmt, gofumpt, goimports, gci: panic with missing trailing EOL

v1.63.1

Compare Source

  1. Linters bug fixes
    • cgi: invalid reports with cgo
    • gofumpt: panic with autofix and cgo

v1.63.0

Compare Source

  1. Enhancements
    • Add support for SuggestedFixes 🎉 (35 linters can "autofix" reports).
    • Formatters (gofmt, goimports, gofumpt, gci) are applied after the suggested fixes.
  2. New linters
  3. Linters new features
    • gci: new options: no-inline-comments, no-prefix-comments
    • gomoddirectives: from 0.2.4 to 0.6.0 (new options: go-version-pattern, toolchain-pattern,toolchain-forbidden, tool-forbidden, go-debug-forbidden)
    • govet: new stdversion, waitgroup analyzers
    • importas: allow multiple empty aliases
    • loggercheck: new slog option
    • recvcheck: from 0.1.2 to 0.2.0 (new options: disable-builtin, exclusions)
    • tagliatelle: from 0.5.0 to 0.7.1 (new options: ignored-fields, extended-rules,overrides, pkg, ignore)
    • usestdlibvars: from 1.27.0 to 1.28.0 (autofix)
    • wrapcheck: from 2.9.0 to 2.10.0 (new option: extra-ignore-sigs)
  4. Linters bug fixes
    • asciicheck: from 0.2.0 to 0.3.0
    • bodyclose: from 5742072 to ed6a65f
    • funlen: from 0.1.0 to 0.2.0
    • ginkgolinter: from 0.18.3 to 0.18.4
    • gochecksumtype: from 0.2.0 to 0.3.1
    • gocognit: from 1.1.3 to 1.2.0
    • godot: from 1.4.18 to 1.4.20
    • goheader: report position improvement
    • gosec: handling of global nosec option when it is false
    • iface: from 1.2.1 to 1.3.0
    • importas: from 0.1.0 to 0.2.0
    • intrange: from 0.2.1 to 0.3.0
    • makezero: from 1.1.1 to 1.2.0
    • mirror: from 1.2.0 to 1.3.0
    • nilnil: from 1.0.0 to 1.0.1
    • nosprintfhostport: from 0.1.1 to 0.2.0
    • reassign: from 0.2.0 to 0.3.0
    • spancheck: from 0.6.2 to 0.6.4
    • tagalign: from 1.3.4 to 1.4.1
    • wastedassign: from 2.0.7 to 2.1.0
    • whitespace: from 0.1.1 to 0.2.0
    • wsl: from 4.4.1 to 4.5.0
  5. Deprecations
    • ⚠️ output.uniq-by-line is deprecated and replaced by issues.uniq-by-line.
  6. Misc.
    • Improvements of the help command (color and JSON support).
    • Removes decoder, sloglint, tagalign from format preset.
    • Enables paths with junction inside Windows.
    • The timeout is disabled if run.timeout <= 0.

v1.62.2

Compare Source

  1. Linters bug fixes
    • fatcontext: from 0.5.2 to 0.5.3
    • ginkgolinter: from 0.18.0 to 0.18.3
    • errorlint: from 1.6.0 to 1.7.0
    • iface: from 1.2.0 to 1.2.1
    • revive: from 1.5.0 to 1.5.1
    • testifylint: from 1.5.0 to 1.5.2
  2. Misc.
    • fix: ignore cache error when file not found

v1.62.1

Compare Source

Cancelled due to CI failure.


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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
Contributor Author

renovate bot commented Nov 25, 2024

⚠️ 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: downloading github.com/alecthomas/kong v1.4.0
go: downloading github.com/bufbuild/buf v1.47.2
go: downloading github.com/golangci/golangci-lint v1.64.8
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0
go: downloading google.golang.org/grpc v1.70.0
go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
go: downloading google.golang.org/protobuf v1.36.5
go: downloading mvdan.cc/gofumpt v0.7.0
go: downloading golang.org/x/net v0.37.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2
go: downloading golang.org/x/sync v0.12.0
go: downloading connectrpc.com/connect v1.17.0
go: downloading github.com/spf13/cobra v1.9.1
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/gofrs/flock v0.12.1
go: downloading github.com/hashicorp/go-version v1.7.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.3
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
go: downloading github.com/spf13/pflag v1.0.6
go: downloading github.com/spf13/viper v1.12.0
go: downloading go.uber.org/automaxprocs v1.6.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading golang.org/x/text v0.23.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576
go: downloading golang.org/x/sys v0.31.0
go: downloading github.com/google/go-cmp v0.7.0
go: downloading golang.org/x/tools v0.31.0
go: downloading golang.org/x/mod v0.24.0
go: downloading buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.35.1-20241025140216-aa40f2c93090.1
go: downloading connectrpc.com/otelconnect v0.7.1
go: downloading golang.org/x/term v0.30.0
go: downloading buf.build/go/protoyaml v0.2.0
go: downloading github.com/bufbuild/protovalidate-go v0.7.3-0.20241015162221-1446f1e1d576
go: downloading go.lsp.dev/jsonrpc2 v0.10.0
go: downloading github.com/google/go-containerregistry v0.20.2
go: downloading buf.build/go/bufplugin v0.6.0
go: downloading github.com/quic-go/quic-go v0.48.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/bufbuild/protocompile v0.14.1
go: downloading github.com/pkg/profile v1.7.0
go: downloading go.uber.org/zap/exp v0.3.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/go-viper/mapstructure/v2 v2.2.1
go: downloading github.com/ldez/grignotin v0.9.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/golangci/plugin-module-register v0.1.1
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/stretchr/testify v1.10.0
go: downloading github.com/go-xmlfmt/xmlfmt v1.1.3
go: downloading github.com/golangci/revgrep v0.8.0
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/spf13/afero v1.12.0
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.35.1-20240920164238-5a7b106cbb87.1
go: downloading go.opentelemetry.io/otel v1.34.0
go: downloading go.opentelemetry.io/otel/metric v1.34.0
go: downloading go.opentelemetry.io/otel/trace v1.34.0
go: downloading buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.35.1-20241031151143-70f632351282.1
go: downloading pluginrpc.com/pluginrpc v0.5.0
go: downloading buf.build/gen/go/bufbuild/registry/connectrpc/go v1.17.0-20241025140216-aa40f2c93090.1
go: downloading github.com/jdx/go-netrc v1.0.0
go: downloading github.com/bufbuild/protoplugin v0.0.0-20240911180120-7bb73e41a54a
go: downloading go.lsp.dev/protocol v0.12.0
go: downloading github.com/tetratelabs/wazero v1.8.1
go: downloading github.com/segmentio/encoding v0.4.0
go: downloading buf.build/go/spdx v0.2.0
go: downloading github.com/docker/docker v27.3.1+incompatible
go: downloading github.com/klauspost/compress v1.17.11
go: downloading github.com/docker/cli v27.3.1+incompatible
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/rs/cors v1.11.1
go: downloading github.com/go-chi/chi/v5 v5.1.0
go: downloading github.com/onsi/ginkgo/v2 v2.22.2
go: downloading go.uber.org/mock v0.5.0
go: downloading golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
go: downloading github.com/quic-go/qpack v0.5.1
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.6
go: downloading github.com/felixge/fgprof v0.9.5
go: downloading github.com/rogpeppe/go-internal v1.14.1
go: downloading github.com/alingse/asasalint v0.0.11
go: downloading github.com/tdakkota/asciicheck v0.4.1
go: downloading github.com/breml/bidichk v0.3.2
go: downloading github.com/timakin/bodyclose v0.0.0-20241017074812-ed6a65f985e3
go: downloading github.com/lasiar/canonicalheader v1.1.2
go: downloading github.com/sivchari/containedctx v1.0.3
go: downloading github.com/kkHAIKE/contextcheck v1.1.6
go: downloading github.com/karamaru-alpha/copyloopvar v1.2.1
go: downloading github.com/bkielbasa/cyclop v1.2.3
go: downloading gitlab.com/bosi/decorder v0.4.2
go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.2.1
go: downloading github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32
go: downloading github.com/Abirdcfly/dupword v0.1.3
go: downloading github.com/charithe/durationcheck v0.0.10
go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
go: downloading github.com/kisielk/errcheck v1.9.0
go: downloading github.com/breml/errchkjson v0.4.0
go: downloading github.com/Antonboom/errname v1.0.0
go: downloading github.com/polyfloyd/go-errorlint v1.7.1
go: downloading github.com/nishanths/exhaustive v0.12.0
go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1
go: downloading github.com/ldez/exptostd v0.4.2
go: downloading github.com/Crocmagnon/fatcontext v0.7.1
go: downloading github.com/ashanbrown/forbidigo v1.6.0
go: downloading github.com/gostaticanalysis/forcetypeassert v0.2.0
go: downloading github.com/ultraware/funlen v0.2.0
go: downloading github.com/nunnatsa/ginkgolinter v0.19.1
go: downloading 4d63.com/gocheckcompilerdirectives v1.3.0
go: downloading 4d63.com/gochecknoglobals v0.2.2
go: downloading github.com/alecthomas/go-check-sumtype v0.3.1
go: downloading github.com/uudashr/gocognit v1.2.0
go: downloading github.com/jgautheron/goconst v1.7.1
go: downloading github.com/go-critic/go-critic v0.12.0
go: downloading github.com/quasilyte/go-ruleguard/dsl v0.3.22
go: downloading github.com/quasilyte/go-ruleguard v0.4.3-0.20240823090925-0fe6f58b47b1
go: downloading github.com/fzipp/gocyclo v0.6.0
go: downloading github.com/tetafro/godot v1.5.0
go: downloading github.com/matoous/godox v1.1.0
go: downloading github.com/denis-tingaikin/go-header v0.5.0
go: downloading github.com/ldez/gomoddirectives v0.6.1
go: downloading github.com/ryancurrah/gomodguard v1.3.5
go: downloading github.com/golangci/go-printf-func-name v0.1.0
go: downloading github.com/securego/gosec/v2 v2.22.2
go: downloading honnef.co/go/tools v0.6.1
go: downloading github.com/xen0n/gosmopolitan v1.2.2
go: downloading github.com/leonklingele/grouper v1.1.2
go: downloading github.com/uudashr/iface v1.3.1
go: downloading github.com/julz/importas v0.2.0
go: downloading github.com/macabu/inamedparam v0.1.3
go: downloading github.com/gordonklaus/ineffassign v0.1.0
go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
go: downloading github.com/ckaznocha/intrange v0.3.0
go: downloading github.com/butuzov/ireturn v0.3.1
go: downloading github.com/timonwong/loggercheck v0.10.1
go: downloading github.com/yagipy/maintidx v1.0.0
go: downloading github.com/ashanbrown/makezero v1.2.0
go: downloading github.com/butuzov/mirror v1.3.0
go: downloading github.com/golangci/misspell v0.6.0
go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
go: downloading go-simpler.org/musttag v0.13.0
go: downloading github.com/alexkohler/nakedret/v2 v2.0.5
go: downloading github.com/nakabonne/nestif v0.3.1
go: downloading github.com/gostaticanalysis/nilerr v0.1.1
go: downloading github.com/alingse/nilnesserr v0.1.2
go: downloading github.com/Antonboom/nilnil v1.0.1
go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
go: downloading github.com/sonatard/noctx v0.1.0
go: downloading github.com/firefart/nonamedreturns v1.0.5
go: downloading github.com/stbenjam/no-sprintf-host-port v0.2.0
go: downloading github.com/kunwardeep/paralleltest v1.0.10
go: downloading github.com/catenacyber/perfsprint v0.8.2
go: downloading github.com/alexkohler/prealloc v1.0.0
go: downloading github.com/nishanths/predeclared v0.2.2
go: downloading github.com/yeya24/promlinter v0.3.0
go: downloading github.com/ghostiam/protogetter v0.3.9
go: downloading github.com/curioswitch/go-reassign v0.3.0
go: downloading github.com/raeperd/recvcheck v0.2.0
go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c
go: downloading github.com/mgechev/revive v1.7.0
go: downloading github.com/jingyugao/rowserrcheck v1.1.1
go: downloading go-simpler.org/sloglint v0.9.0
go: downloading github.com/jjti/go-spancheck v0.6.4
go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
go: downloading github.com/4meepo/tagalign v1.4.2
go: downloading github.com/ldez/tagliatelle v0.7.1
go: downloading github.com/sivchari/tenv v1.12.1
go: downloading github.com/maratori/testableexamples v1.0.0
go: downloading github.com/Antonboom/testifylint v1.5.2
go: downloading github.com/maratori/testpackage v1.1.1
go: downloading github.com/kulti/thelper v0.6.3
go: downloading github.com/moricho/tparallel v0.3.2
go: downloading github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed
go: downloading mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f
go: downloading github.com/sashamelentyev/usestdlibvars v1.28.0
go: downloading github.com/ldez/usetesting v0.4.2
go: downloading github.com/blizzy78/varnamelen v0.8.0
go: downloading github.com/sanposhiho/wastedassign/v2 v2.1.0
go: downloading github.com/ultraware/whitespace v0.2.0
go: downloading github.com/tomarrell/wrapcheck/v2 v2.10.0
go: downloading github.com/bombsimon/wsl/v4 v4.5.0
go: downloading github.com/ykadowak/zerologlint v0.1.5
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/daixiang0/gci v0.13.5
go: downloading github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d
go: downloading github.com/subosito/gotenv v1.4.1
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.6
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/klauspost/pgzip v1.2.6
go: downloading buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.35.1-20241007202033-cf42259fcbfc.1
go: downloading github.com/google/cel-go v0.22.0
go: downloading go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2
go: downloading go.lsp.dev/uri v0.3.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/segmentio/asm v1.2.0
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/morikuni/aec v1.0.0
go: downloading golang.org/x/crypto v0.36.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad
go: downloading github.com/sourcegraph/go-diff v0.7.0
go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
go: downloading github.com/go-toolsmith/astcast v1.1.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/go-toolsmith/astcopy v1.1.0
go: downloading github.com/go-toolsmith/astequal v1.2.0
go: downloading github.com/go-toolsmith/astfmt v1.1.0
go: downloading github.com/go-toolsmith/astp v1.1.0
go: downloading github.com/go-toolsmith/strparse v1.1.0
go: downloading github.com/go-toolsmith/typep v1.1.0
go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
go: downloading github.com/Masterminds/semver/v3 v3.3.0
go: downloading github.com/ccojocar/zxcvbn-go v1.0.2
go: downloading github.com/gostaticanalysis/comment v1.5.0
go: downloading github.com/prometheus/client_golang v1.20.2
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/fatih/structtag v1.2.0
go: downloading github.com/ettle/strcase v0.2.0
go: downloading github.com/hashicorp/go-immutable-radix/v2 v2.1.0
go: downloading github.com/hashicorp/go-immutable-radix v1.3.1
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading cel.dev/expr v0.19.0
go: downloading github.com/stoewer/go-strcase v1.3.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/vbatts/tar-split v0.11.6
go: downloading github.com/docker/docker-credential-helpers v0.8.2
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.15.1
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac
go: downloading github.com/quasilyte/gogrep v0.5.0
go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/common v0.55.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/chavacava/garif v0.1.0
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading github.com/antlr4-go/antlr/v4 v4.13.1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/moby/sys/mountinfo v0.7.2
go: downloading github.com/moby/patternmatcher v0.6.0
go: downloading github.com/moby/sys/sequential v0.6.0
go: downloading github.com/moby/sys/userns v0.1.0
go: downloading github.com/moby/sys/user v0.3.0
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/mattn/go-runewidth v0.0.16
go: downloading github.com/moby/sys/mount v0.3.4
go: downloading github.com/opencontainers/runtime-spec v1.2.0
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/containerd/containerd v1.7.23
go: downloading github.com/containerd/continuity v0.4.4
go: downloading github.com/containerd/platforms v0.2.1
go: downloading github.com/containerd/typeurl/v2 v2.2.3
go: downloading github.com/Microsoft/hcsshim v0.12.9
go: downloading github.com/containerd/ttrpc v1.2.6
go: downloading github.com/containerd/errdefs v1.0.0
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/containerd/cgroups/v3 v3.0.3
go: downloading github.com/containerd/errdefs/pkg v0.3.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: github.com/Anddd7/grpcbin imports
	github.com/Anddd7/grpcbin/pb: cannot find module providing package github.com/Anddd7/grpcbin/pb

@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 153994b to 741d7ed Compare January 1, 2025 16:02
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.62.2 Update module github.com/golangci/golangci-lint to v1.63.0 Jan 1, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 741d7ed to 36a3326 Compare January 1, 2025 22:38
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.63.0 Update module github.com/golangci/golangci-lint to v1.63.1 Jan 1, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 36a3326 to 1363069 Compare January 2, 2025 13:46
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.63.1 Update module github.com/golangci/golangci-lint to v1.63.2 Jan 2, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 1363069 to 8d0cb79 Compare January 2, 2025 19:50
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.63.2 Update module github.com/golangci/golangci-lint to v1.63.3 Jan 2, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 8d0cb79 to 3bc9b8d Compare January 3, 2025 23:16
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.63.3 Update module github.com/golangci/golangci-lint to v1.63.4 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 3bc9b8d to 4d50432 Compare February 11, 2025 23:24
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.63.4 Update module github.com/golangci/golangci-lint to v1.64.2 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 4d50432 to 466383f Compare February 12, 2025 23:44
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.64.2 Update module github.com/golangci/golangci-lint to v1.64.4 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 466383f to ce9ad45 Compare February 13, 2025 23:01
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.64.4 Update module github.com/golangci/golangci-lint to v1.64.5 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from ce9ad45 to ef2aff6 Compare March 3, 2025 02:31
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.64.5 Update module github.com/golangci/golangci-lint to v1.64.6 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from ef2aff6 to d77e15f Compare March 12, 2025 02:28
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.64.6 Update module github.com/golangci/golangci-lint to v1.64.7 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from d77e15f to 67c2cdd Compare March 18, 2025 03:44
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.64.7 Update module github.com/golangci/golangci-lint to v1.64.8 Mar 18, 2025
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.64.8 Update module github.com/golangci/golangci-lint to v1.64.8 - autoclosed Apr 16, 2025
@renovate renovate bot closed this Apr 16, 2025
@renovate renovate bot deleted the renovate/github.com-golangci-golangci-lint-1.x branch April 16, 2025 11:29
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.64.8 - autoclosed Update module github.com/golangci/golangci-lint to v1.64.8 Apr 21, 2025
@renovate renovate bot reopened this Apr 21, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 967ebcc to 67c2cdd Compare April 21, 2025 18:01
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.64.8 Update module github.com/golangci/golangci-lint to v1.64.8 - autoclosed Nov 4, 2025
@renovate renovate bot closed this Nov 4, 2025
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.64.8 - autoclosed Update module github.com/golangci/golangci-lint to v1.64.8 Nov 5, 2025
@renovate renovate bot reopened this Nov 5, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch 2 times, most recently from 67c2cdd to 248fb19 Compare November 5, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant