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

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

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

Conversation

red-hat-konflux[bot]
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Mar 2, 2025

This PR contains the following updates:

Package Type Update Change
github.com/golangci/golangci-lint require minor v1.63.4 -> v1.64.6

Release Notes

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

v1.64.6

Compare Source

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 - "after 5am on sunday" (UTC), 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

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Copy link
Contributor Author

red-hat-konflux bot commented Mar 2, 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):

  • 45 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.5 -> 1.23.6
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/alingse/nilnesserr v0.1.1 -> v0.1.2
github.com/catenacyber/perfsprint v0.7.1 -> v0.8.2
github.com/cespare/xxhash/v2 v2.1.2 -> v2.3.0
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/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-20230222163458-006bad1f9d26 -> 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.1
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.23.0
golang.org/x/net v0.33.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.28.0 -> v0.30.0
golang.org/x/term v0.27.0 -> v0.29.0
golang.org/x/text v0.21.0 -> v0.22.0
golang.org/x/tools v0.28.0 -> v0.30.0
google.golang.org/protobuf v1.34.2 -> v1.36.4
honnef.co/go/tools v0.5.1 -> v0.6.0

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-golangci-golangci-lint-1.x branch from b7b515c to 4b43a08 Compare March 2, 2025 23:44
@red-hat-konflux red-hat-konflux 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 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants