Skip to content

fix(deps): update all dependencies #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 16, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v4.1.1 -> v4.2.2 age adoption passing confidence
actions/dependency-review-action action minor v4.2.5 -> v4.7.1 age adoption passing confidence
actions/setup-go action minor v5.0.0 -> v5.5.0 age adoption passing confidence
github.com/golangci/golangci-lint require major v1.57.2 -> v2.1.6 age adoption passing confidence
github/codeql-action action minor v3.24.10 -> v3.29.0 age adoption passing confidence
go (source) toolchain minor 1.22.2 -> 1.24.4 age adoption passing confidence
golang.org/x/tools require minor v0.20.0 -> v0.34.0 age adoption passing confidence
mvdan.cc/gofumpt require minor v0.6.0 -> v0.8.0 age adoption passing confidence
step-security/harden-runner action minor v2.7.0 -> v2.12.1 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.7.1

Compare Source

  • Packages added to allow-dependencies-licenses will be allowed even if the package in question has no license information #​889
  • License expressions (e.g. Ruby OR GPL-2.0) in the allow list are automatically discarded so that they don't invalidate the whole allow list, which should just be license identifier (e.g. Ruby)

v4.7.0

Compare Source

  • Handle complex license expressions (e.g. MIT AND GPL-2.0) in allow lists (fixes #​809 and probably others)
  • Replace OTHER in package licenses with LicenseRef-clearlydefined-OTHER so that parsing passes

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.5...v4.4.0

v4.3.5

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.3...v4.3.4

v4.3.3: Notes for v4.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.1...v4.3.2

v4.3.1

Compare Source

What's Changed

This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See https://github.com/actions/dependency-review-action/pull/753.

Full Changelog: actions/dependency-review-action@V4.3.0...v4.3.1

v4.3.0

Compare Source

New Features

  • The deny-packages option can now be used without a version number to exclude all versions of a package.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.2.5...V4.3.0

actions/setup-go (actions/setup-go)

v5.5.0

Compare Source

What's Changed
Bug fixes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

v5.4.0

Compare Source

What's Changed

Dependency updates :

New Contributors

Full Changelog: actions/setup-go@v5...v5.4.0

v5.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.3.0

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

Bug Fixes

New Contributors

Full Changelog: actions/setup-go@v5...v5.1.0

v5.0.2

Compare Source

What's Changed
Bug fixes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-go@v5...v5.0.2

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

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

v2.1.6

Compare Source

  1. Linters bug fixes
    • godot: from 1.5.0 to 1.5.1
    • musttag: from 0.13.0 to 0.13.1
  2. Documentation
    • Add note about golangci-lint v2 integration in VS Code

v2.1.5

Compare Source

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

This release contains the same things as v2.1.3.

v2.1.4

Compare Source

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

This release contains the same things as v2.1.3.

v2.1.3

Compare Source

  1. Linters bug fixes
    • fatcontext: from 0.7.2 to 0.8.0
  2. Misc.
    • migration: fix nakedret.max-func-lines: 0
    • migration: fix order of staticcheck settings
    • fix: add go.mod hash to the cache salt
    • fix: use diagnostic position for related information position

v2.1.2

Compare Source

  1. Linters bug fixes
    • exptostd: from 0.4.2 to 0.4.3
    • gofumpt: from 0.7.0 to 0.8.0
    • protogetter: from 0.3.13 to 0.3.15
    • usetesting: from 0.4.2 to 0.4.3

v2.1.1

Compare Source

The release process of v2.1.0 failed due to a regression inside goreleaser.

The binaries of v2.1.0 have been published, but not the other artifacts (AUR, Docker, etc.).

v2.1.0

Compare Source

  1. Enhancements
    • Add an option to display absolute paths (--path-mode=abs)
    • Add configuration path placeholder (${config-path})
    • Add warn-unused option for fmt command
    • Colored diff for fmt command (golangci-lint fmt --diff-colored)
  2. New linters
  3. Linters new features or changes
    • go-errorlint: from 1.7.1 to 1.8.0 (automatic error comparison and type assertion fixes)
    • ⚠️ goconst: ignore-strings is deprecated and replaced by ignore-string-values
    • goconst: from 1.7.1 to 1.8.1 (new options: find-duplicates, eval-const-expressions)
    • govet: add httpmux analyzer
    • nilnesserr: from 0.1.2 to 0.2.0 (detect more cases)
    • paralleltest: from 1.0.10 to 1.0.14 (checks only _test.go files)
    • revive: from 1.7.0 to 1.9.0 (support kebab case for setting names)
    • sloglint: from 0.9.0 to 0.11.0 (autofix, new option msg-style, suggest slog.DiscardHandler)
    • wrapcheck: from 2.10.0 to 2.11.0 (new option report-internal-errors)
    • wsl: from 4.6.0 to 4.7.0 (cgo files are always excluded)
  4. Linters bug fixes
    • fatcontext: from 0.7.1 to 0.7.2
    • gocritic: fix importshadow checker
    • gosec: from 2.22.2 to 2.22.3
    • ireturn: from 0.3.1 to 0.4.0
    • loggercheck: from 0.10.1 to 0.11.0
    • nakedret: from 2.0.5 to 2.0.6
    • nonamedreturns: from 1.0.5 to 1.0.6
    • protogetter: from 0.3.12 to 0.3.13
    • testifylint: from 1.6.0 to 1.6.1
    • unconvert: update to HEAD
  5. Misc.
    • Fixes memory leaks when using go1.(N) with golangci-lint built with go1.(N-X)
    • Adds golangci-lint-fmt pre-commit hook
  6. Documentation
    • Improvements
    • Updates section about vscode integration

v2.0.2

Compare Source

  1. Misc.
    • Fixes flags parsing for formatters
    • Fixes the filepath used by the exclusion source option
  2. Documentation
    • Adds a section about flags migration
    • Cleaning pages with v1 options

v2.0.1

Compare Source

  1. Linters/formatters bug fixes
    • golines: fix settings during linter load
  2. Misc.
    • Validates the version field before the configuration
    • forbidigo: fix migration

v2.0.0

Compare Source

  1. Enhancements
  2. New linters/formatters
  3. Linters new features
    • ⚠️ Merge staticcheck, stylecheck, gosimple into one linter (staticcheck) (cf. Migration guide)
    • go-critic: from 0.12.0 to 0.13.0
    • gomodguard: from 1.3.5 to 1.4.1 (block explicit indirect dependencies)
    • nilnil: from 1.0.1 to 1.1.0 (new option: only-two)
    • perfsprint: from 0.8.2 to 0.9.1 (checker name in the diagnostic message)
    • staticcheck: new quickfix set of rules
    • testifylint: from 1.5.2 to 1.6.0 (new options: equal-values, suite-method-signature, require-string-msg)
    • wsl: from 4.5.0 to 4.6.0 (new option: allow-cuddle-used-in-block)
  4. Linters bug fixes
    • bidichk: from 0.3.2 to 0.3.3
    • errchkjson: from 0.4.0 to 0.4.1
    • errname: from 1.0.0 to 1.1.0
    • funlen: fix ignore-comments option
    • gci: from 0.13.5 to 0.13.6
    • gosmopolitan: from 1.2.2 to 1.3.0
    • inamedparam: from 0.1.3 to 0.2.0
    • intrange: from 0.3.0 to 0.3.1
    • protogetter: from 0.3.9 to 0.3.12
    • unparam: from 8a5130c to 0df0534
  5. Misc.
    • 🧹 Configuration options renaming (cf. Migration guide)
    • 🧹 Remove options (cf. Migration guide)
    • 🧹 Remove flags (cf. Migration guide)
    • 🧹 Remove alternative names (cf. Migration guide)
    • 🧹 Remove or replace deprecated elements (cf. Migration guide)
    • Adds an option to display some commands as JSON:
      • golangci-lint config path --json
      • golangci-lint help linters --json
      • golangci-lint help formatters --json
      • golangci-lint linters --json
      • golangci-lint formatters --json
      • golangci-lint version --json
  6. Documentation

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
    • `stati

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 changed the title chore(deps): update github/codeql-action action to v3.25.0 chore(deps): update github/codeql-action action to v3.25.1 Apr 17, 2024
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.25.1 chore(deps): update all dependencies Apr 22, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from cc906c6 to e3a956f Compare April 30, 2024 23:24
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 77cd525 to 2337ee7 Compare May 9, 2024 05:25
@renovate renovate bot force-pushed the renovate/all branch from 2337ee7 to 3c756dc Compare May 14, 2024 05:54
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e284f6a to d3c0cea Compare May 27, 2024 17:43
@renovate renovate bot force-pushed the renovate/all branch from d3c0cea to 646c02a Compare June 1, 2024 08:48
Copy link
Author

renovate bot commented Jun 5, 2024

ℹ Artifact update notice

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

  • 94 additional dependencies were updated

Details:

Package Change
4d63.com/gocheckcompilerdirectives v1.2.1 -> v1.3.0
4d63.com/gochecknoglobals v0.2.1 -> v0.2.2
github.com/4meepo/tagalign v1.3.3 -> v1.4.2
github.com/Abirdcfly/dupword v0.0.14 -> v0.1.3
github.com/Antonboom/errname v0.1.12 -> v1.1.0
github.com/Antonboom/nilnil v0.1.7 -> v1.1.0
github.com/Antonboom/testifylint v1.2.0 -> v1.6.1
github.com/BurntSushi/toml v1.3.2 -> v1.5.0
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.2.0 -> v3.3.1
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 -> v2.2.1
github.com/alecthomas/go-check-sumtype v0.1.4 -> v0.3.1
github.com/alexkohler/nakedret/v2 v2.0.4 -> v2.0.6
github.com/ashanbrown/makezero v1.1.1 -> v1.2.0
github.com/bkielbasa/cyclop v1.2.1 -> v1.2.3
github.com/bombsimon/wsl/v4 v4.2.1 -> v4.7.0
github.com/breml/bidichk v0.2.7 -> v0.3.3
github.com/breml/errchkjson v0.3.6 -> v0.4.1
github.com/butuzov/ireturn v0.3.0 -> v0.4.0
github.com/butuzov/mirror v1.1.0 -> v1.3.0
github.com/catenacyber/perfsprint v0.7.1 -> v0.9.1
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/ckaznocha/intrange v0.1.1 -> v0.3.1
github.com/curioswitch/go-reassign v0.2.0 -> v0.3.0
github.com/daixiang0/gci v0.12.3 -> v0.13.6
github.com/fatih/color v1.16.0 -> v1.18.0
github.com/firefart/nonamedreturns v1.0.4 -> v1.0.6
github.com/ghostiam/protogetter v0.3.5 -> v0.3.15
github.com/go-critic/go-critic v0.11.2 -> v0.13.0
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 -> v2.2.1
github.com/go-xmlfmt/xmlfmt v1.1.2 -> v1.1.3
github.com/gofrs/flock v0.8.1 -> v0.12.1
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a -> v0.0.0-20250308024227-f665c8d69b32
github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e -> v0.0.0-20250106114630-d62b90e6713d
github.com/golangci/misspell v0.4.1 -> v0.6.0
github.com/golangci/revgrep v0.5.2 -> v0.8.0
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed -> v0.0.0-20250410112200-a129a6e6413e
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/gostaticanalysis/comment v1.4.2 -> v1.5.0
github.com/gostaticanalysis/forcetypeassert v0.1.0 -> v0.2.0
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/jgautheron/goconst v1.7.1 -> v1.8.1
github.com/jjti/go-spancheck v0.5.3 -> v0.6.4
github.com/julz/importas v0.1.0 -> v0.2.0
github.com/karamaru-alpha/copyloopvar v1.0.10 -> v1.2.1
github.com/kisielk/errcheck v1.7.0 -> v1.9.0
github.com/kkHAIKE/contextcheck v1.1.5 -> v1.1.6
github.com/kunwardeep/paralleltest v1.0.10 -> v1.0.14
github.com/ldez/gomoddirectives v0.2.4 -> v0.6.1
github.com/ldez/tagliatelle v0.5.0 -> v0.7.1
github.com/leonklingele/grouper v1.1.1 -> v1.1.2
github.com/macabu/inamedparam v0.1.3 -> v0.2.0
github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 -> v1.1.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/mattn/go-runewidth v0.0.14 -> v0.0.16
github.com/mgechev/revive v1.3.7 -> v1.9.0
github.com/moricho/tparallel v0.3.1 -> v0.3.2
github.com/nunnatsa/ginkgolinter v0.16.2 -> v0.19.1
github.com/pelletier/go-toml/v2 v2.2.0 -> v2.2.4
github.com/polyfloyd/go-errorlint v1.4.8 -> v1.8.0
github.com/quasilyte/go-ruleguard v0.4.2 -> v0.4.4
github.com/rivo/uniseg v0.4.3 -> v0.4.7
github.com/ryancurrah/gomodguard v1.3.1 -> v1.4.1
github.com/sanposhiho/wastedassign/v2 v2.0.7 -> v2.1.0
github.com/sashamelentyev/usestdlibvars v1.25.0 -> v1.28.0
github.com/securego/gosec/v2 v2.19.0 -> v2.22.3
github.com/sonatard/noctx v0.0.2 -> v0.1.0
github.com/spf13/afero v1.11.0 -> v1.14.0
github.com/spf13/cobra v1.7.0 -> v1.9.1
github.com/spf13/pflag v1.0.5 -> v1.0.6
github.com/stbenjam/no-sprintf-host-port v0.1.1 -> v0.2.0
github.com/stretchr/testify v1.9.0 -> v1.10.0
github.com/tdakkota/asciicheck v0.2.0 -> v0.4.1
github.com/tetafro/godot v1.4.16 -> v1.5.1
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 -> v0.0.0-20241222091800-1db5c5ca4d67
github.com/timonwong/loggercheck v0.9.4 -> v0.11.0
github.com/tomarrell/wrapcheck/v2 v2.8.3 -> v2.11.0
github.com/ultraware/funlen v0.1.0 -> v0.2.0
github.com/ultraware/whitespace v0.1.0 -> v0.2.0
github.com/uudashr/gocognit v1.1.2 -> v1.2.0
github.com/xen0n/gosmopolitan v1.2.2 -> v1.3.0
github.com/yeya24/promlinter v0.2.0 -> v0.3.0
gitlab.com/bosi/decorder v0.4.1 -> v0.4.2
go-simpler.org/musttag v0.9.0 -> v0.13.1
go-simpler.org/sloglint v0.5.0 -> v0.11.0
go.uber.org/automaxprocs v1.5.3 -> v1.6.0
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f -> v0.0.0-20250210185358-939b2ce775ac
golang.org/x/mod v0.17.0 -> v0.25.0
golang.org/x/sync v0.7.0 -> v0.15.0
golang.org/x/sys v0.19.0 -> v0.33.0
golang.org/x/text v0.14.0 -> v0.24.0
google.golang.org/protobuf v1.33.0 -> v1.36.6
honnef.co/go/tools v0.4.7 -> v0.6.1
mvdan.cc/unparam v0.0.0-20240104100049-c549a3470d14 -> v0.0.0-20250301125049-0df0534333a4

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1ce49b1 to 9dbea1b Compare June 10, 2024 08:01
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2df9e29 to 2414e28 Compare July 2, 2024 20:31
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 898e771 to 7bed420 Compare July 12, 2024 18:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bd4aab1 to e928e31 Compare July 26, 2024 02:29
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e80c830 to a4905f4 Compare August 14, 2024 05:41
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ff40a07 to b9e4a16 Compare January 29, 2025 11:44
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0bac0c4 to fde7cb0 Compare February 6, 2025 07:40
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 042c9c3 to b430030 Compare February 14, 2025 23:36
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from edd2f3c to 5e09c0e Compare February 22, 2025 04:06
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 40df686 to 46c1dad Compare March 8, 2025 07:37
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4b30d57 to facd781 Compare March 19, 2025 03:45
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b642037 to b9f01f8 Compare March 26, 2025 08:05
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4e3a635 to bb20787 Compare April 8, 2025 08:09
Copy link

socket-security bot commented Apr 8, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang.org/​x/​tools@​v0.20.0 ⏵ v0.34.072100100100100
Addedgithub.com/​golangci/​golangci-lint/​v2@​v2.1.67610010010070
Updatedmvdan.cc/​gofumpt@​v0.6.0 ⏵ v0.8.098100100100100

View full report

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8ffa7a4 to b07217f Compare April 18, 2025 04:03
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 089383e to 7e98a80 Compare April 27, 2025 04:13
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 24ae407 to 6163103 Compare May 9, 2025 20:18
@renovate renovate bot force-pushed the renovate/all branch from 6163103 to 9d845f9 Compare May 17, 2025 07:42
@renovate renovate bot force-pushed the renovate/all branch from 9d845f9 to ba1bf2e Compare June 6, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants