Skip to content

fix(deps): update module github.com/golangci/golangci-lint to v1.64.8 #1021

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: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/golangci/golangci-lint v1.63.4 -> v1.64.8 age adoption passing confidence

Release Notes

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

v1.64.8

Compare Source

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.
  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.


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-bot renovate-bot requested a review from a team as a code owner February 21, 2025 16:00
@forking-renovate forking-renovate bot added dependencies Pull requests that update a dependency file Skip Changelog labels Feb 21, 2025
Copy link

forking-renovate bot commented Feb 21, 2025

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

  • 43 additional dependencies were updated

Details:

Package Change
golang.org/x/tools v0.29.0 -> v0.31.0
4d63.com/gocheckcompilerdirectives v1.2.1 -> v1.3.0
4d63.com/gochecknoglobals v0.2.1 -> v0.2.2
github.com/4meepo/tagalign v1.4.1 -> v1.4.2
github.com/Crocmagnon/fatcontext v0.5.3 -> v0.7.1
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 -> v3.3.1
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 -> v2.2.1
github.com/alingse/nilnesserr v0.1.1 -> v0.1.2
github.com/catenacyber/perfsprint v0.7.1 -> v0.8.2
github.com/ghostiam/protogetter v0.3.8 -> v0.3.9
github.com/go-critic/go-critic v0.11.5 -> v0.12.0
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a -> v0.0.0-20250308024227-f665c8d69b32
github.com/golangci/gofmt v0.0.0-20241223200906-057b0627d9b9 -> v0.0.0-20250106114630-d62b90e6713d
github.com/golangci/revgrep v0.5.3 -> v0.8.0
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/karamaru-alpha/copyloopvar v1.1.0 -> v1.2.1
github.com/kisielk/errcheck v1.8.0 -> v1.9.0
github.com/kkHAIKE/contextcheck v1.1.5 -> v1.1.6
github.com/ldez/exptostd v0.3.1 -> v0.4.2
github.com/ldez/gomoddirectives v0.6.0 -> v0.6.1
github.com/ldez/grignotin v0.7.0 -> v0.9.0
github.com/matoous/godox v0.0.0-20240105082147-c5b5e0e7c0c0 -> v1.1.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/mgechev/revive v1.5.1 -> v1.7.0
github.com/nunnatsa/ginkgolinter v0.18.4 -> v0.19.1
github.com/polyfloyd/go-errorlint v1.7.0 -> v1.7.1
github.com/rogpeppe/go-internal v1.13.1 -> v1.14.1
github.com/securego/gosec/v2 v2.21.4 -> v2.22.2
github.com/spf13/afero v1.11.0 -> v1.12.0
github.com/spf13/cobra v1.8.1 -> v1.9.1
github.com/spf13/pflag v1.0.5 -> v1.0.6
github.com/tdakkota/asciicheck v0.3.0 -> v0.4.1
github.com/tetafro/godot v1.4.20 -> v1.5.0
github.com/uudashr/iface v1.3.0 -> v1.3.1
go-simpler.org/sloglint v0.7.2 -> v0.9.0
golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f -> v0.0.0-20250210185358-939b2ce775ac
golang.org/x/mod v0.22.0 -> v0.24.0
golang.org/x/sync v0.10.0 -> v0.12.0
golang.org/x/sys v0.29.0 -> v0.31.0
golang.org/x/text v0.20.0 -> v0.22.0
honnef.co/go/tools v0.5.1 -> v0.6.1

@renovate-bot renovate-bot changed the title Update module github.com/golangci/golangci-lint to v1.64.5 fix(deps): update module github.com/golangci/golangci-lint to v1.64.5 Feb 24, 2025
@renovate-bot renovate-bot force-pushed the renovate/g.yxqyang.asia-golangci-golangci-lint-1.x branch from c34aa00 to 67e2c93 Compare February 24, 2025 15:35
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.64.5 fix(deps): update module github.com/golangci/golangci-lint to v1.64.6 Mar 3, 2025
@renovate-bot renovate-bot force-pushed the renovate/g.yxqyang.asia-golangci-golangci-lint-1.x branch from 67e2c93 to 631103b Compare March 3, 2025 01:06
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.64.6 fix(deps): update module github.com/golangci/golangci-lint to v1.64.7 Mar 12, 2025
@renovate-bot renovate-bot force-pushed the renovate/g.yxqyang.asia-golangci-golangci-lint-1.x branch from 631103b to 62dc820 Compare March 12, 2025 00:59
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.64.7 fix(deps): update module github.com/golangci/golangci-lint to v1.64.8 Mar 17, 2025
@renovate-bot renovate-bot force-pushed the renovate/g.yxqyang.asia-golangci-golangci-lint-1.x branch from 62dc820 to 2ea548b Compare March 17, 2025 21:44
@renovate-bot renovate-bot force-pushed the renovate/g.yxqyang.asia-golangci-golangci-lint-1.x branch from 2ea548b to d954716 Compare April 29, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Skip Changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant