Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps github.com/golangci/golangci-lint from 1.57.1 to 1.63.4.

Release notes

Sourced from github.com/golangci/golangci-lint's releases.

v1.63.4

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • c1149695535fda62f6b574bc55dfbc333693647e fix: filter Go filenames (#5291)

v1.63.3

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • bb896aa3f73829b929da7610b0925d2695e3bc45 build(deps): bump github.com/ldez/exptostd from 0.3.0 to 0.3.1 (#5283)
  • e7a1c9f77ac3f561641a8b814c5cb344c1e3a74a build(deps): bump github.com/ldez/usetesting from 0.4.1 to 0.4.2 (#5282)
  • 472b9b9c0accb12859327447110930b30507df06 build(deps): bump github.com/shirou/gopsutil/v4 from 4.24.11 to 4.24.12 (#5281)
  • e1b7346fbbf88fb8501afabca53c08e41d959e0e fix: invalid from position (#5287)
  • 8e4b0c384a15322587d3cd5ad1b9106679bf4af1 goheader: skip issues with invalid positions (#5286)

v1.63.2

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • 15412b30790ad2d5505862cb1f55b27761ca3505 fix: invalid position when missing EOL (#5279)

v1.63.1

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

... (truncated)

Changelog

Sourced from github.com/golangci/golangci-lint's changelog.

v1.63.4

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

v1.63.3

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

v1.63.2

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

v1.63.1

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

v1.63.0

  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 574207250966 to ed6a65f985e
    • 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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from 65278 as a code owner January 30, 2025 10:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 30, 2025
@github-actions
Copy link

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
hack/tools/go.mod
hack/tools/go.sum

@github-actions
Copy link

🚀 e2e tests run

We add labels to the PRs to control the e2e test runs by running specific tests and skipping some test contexts,
please follow this guide:

Label Behaviour
none Run Generic tests
e2e/none skip all e2e tests (documentation etc) - overrides all e2e/* labels Do not run any tests (overrides all e2e/ flags)
e2e/flatcar run Flatcar e2e tests Add Flatcar tests to the run

ℹ️ Ask a Member to add the requested labels if you don't have enough permissions.

@wikkyk wikkyk added the e2e/none skip all e2e tests (documentation etc) - overrides all e2e/* labels label Feb 5, 2025
@wikkyk wikkyk enabled auto-merge (rebase) February 5, 2025 08:22
@wikkyk
Copy link
Collaborator

wikkyk commented Feb 5, 2025

This will need to update the action too, so I will commandeer this PR.

@wikkyk
Copy link
Collaborator

wikkyk commented Feb 5, 2025

merge #396 first

@wikkyk wikkyk force-pushed the dependabot/go_modules/hack/tools/github.com/golangci/golangci-lint-1.63.4 branch from ceefb4b to 39d6d12 Compare February 5, 2025 08:39
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
hack/tools/go.mod
hack/tools/go.sum

@wikkyk wikkyk force-pushed the dependabot/go_modules/hack/tools/github.com/golangci/golangci-lint-1.63.4 branch from 39d6d12 to 05e3926 Compare February 5, 2025 08:39
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
hack/tools/go.mod
hack/tools/go.sum

@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
.github/workflows/lint.yml

wikkyk
wikkyk previously approved these changes Feb 5, 2025
Copy link
Collaborator

@wikkyk wikkyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to update the action too so I'll do it by hand.

@wikkyk wikkyk force-pushed the dependabot/go_modules/hack/tools/github.com/golangci/golangci-lint-1.63.4 branch from 61ba6e7 to b87331a Compare February 5, 2025 09:11
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
.github/workflows/lint.yml

wikkyk
wikkyk previously approved these changes Feb 5, 2025
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
.golangci.yml

@wikkyk wikkyk force-pushed the dependabot/go_modules/hack/tools/github.com/golangci/golangci-lint-1.63.4 branch from f0cc013 to 96672fc Compare February 5, 2025 10:13
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
.golangci.yml

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.57.1 to 1.63.4.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.57.1...v1.63.4)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@wikkyk wikkyk force-pushed the dependabot/go_modules/hack/tools/github.com/golangci/golangci-lint-1.63.4 branch from 96672fc to 654f9e0 Compare February 5, 2025 10:18
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
.golangci.yml

@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

@wikkyk wikkyk force-pushed the dependabot/go_modules/hack/tools/github.com/golangci/golangci-lint-1.63.4 branch from 1b001a0 to 0430db4 Compare February 5, 2025 10:46
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

@wikkyk wikkyk removed the e2e/none skip all e2e tests (documentation etc) - overrides all e2e/* labels label Feb 5, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 5, 2025

@wikkyk wikkyk merged commit baa4acb into main Feb 5, 2025
12 checks passed
@wikkyk wikkyk deleted the dependabot/go_modules/hack/tools/github.com/golangci/golangci-lint-1.63.4 branch February 5, 2025 11:24
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant