Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps github.com/golangci/golangci-lint from 1.43.0 to 1.51.2.

Release notes

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

v1.51.2

Changelog

  • 589ab848 build(deps): bump github.com/ashanbrown/forbidigo from 1.3.0 to 1.4.0 (#3590)
  • c4df01f8 build(deps): bump github.com/bombsimon/wsl/v3 from 3.3.0 to 3.4.0 (#3575)
  • b19c0f1c build(deps): bump github.com/daixiang0/gci from 0.9.0 to 0.9.1 (#3576)
  • a775985f build(deps): bump github.com/go-critic/go-critic from 0.6.5 to 0.6.6 (#3616)
  • 3e8facb4 build(deps): bump github.com/go-critic/go-critic from 0.6.6 to 0.6.7 (#3618)
  • b8907fa0 build(deps): bump github.com/junk1tm/musttag from 0.4.4 to 0.4.5 (#3598)
  • ed098c43 build(deps): bump github.com/polyfloyd/go-errorlint from 1.0.6 to 1.1.0 (#3588)
  • 64374294 build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.21.1 to 1.22.0 (#3574)
  • ba76af42 build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.22.0 to 1.23.0 (#3615)
  • 1248a2b6 build(deps): bump github.com/securego/gosec/v2 from 2.14.0 to 2.15.0 (#3577)
  • dd45e448 build(deps): bump golang.org/x/tools from 0.5.0 to 0.6.0 (#3587)
  • a4d2f893 build(deps): bump honnef.co/go/tools from 0.4.0 to 0.4.1 (#3591)
  • f7642347 build(deps): bump honnef.co/go/tools from 0.4.1 to 0.4.2 (#3599)
  • fe53ca0c fix: cache status size calculation (#3611)
  • a0893e32 govet: enable timeformat by default (#3602)

golangci-lint is a free and open-source project, built by people in their free time. Also, the linter authors are an important part of golangci-lint. If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linter authors). ❤️

v1.51.1

Changelog

  • 5a9bd925 build(deps): bump github.com/go-toolsmith/astcopy from v1.0.2 to v1.0.3 (#3560)
  • 54f8bd65 build(deps): bump github.com/junk1tm/musttag from 0.4.3 to 0.4.4 (#3564)
  • f866ad86 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.8.0 to 0.8.1 (#3562)
  • b0b0e4cc build(deps): bump github.com/ryanrolds/sqlclosecheck from 0.3.0 to 0.4.0 (#3545)
  • 193ad931 build(deps): bump github.com/sanposhiho/wastedassign/v2 from 2.0.6 to 2.0.7 (#2160)
  • 53fde129 build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 (#3544)
  • b87d2c19 build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.7.0 to 2.8.0 (#3563)
  • a48b00a9 ginkgolinter: fix panic (#3553)
  • 06e3515f ineffassign: bump to HEAD (#3550)
  • 7beb2fb7 staticcheck: bump to v0.4.0 (#3551)

golangci-lint is a free and open-source project, built by people in their free time. Also, the linter authors are an important part of golangci-lint. If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linters authors). ❤️

v1.51.0

Changelog

  • 26dde52d Add the ginkgolinter linter (#3369)
  • 74b768aa Add timeformat to govet analysers (#3353)
  • 6f7f8aeb Build NetBSD binaries (#3442)

... (truncated)

Changelog

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

v1.51.2

  1. updated linters
    • forbidigo: from 1.3.0 to 1.4.0
    • gci: from 0.9.0 to 0.9.1
    • go-critic: from 0.6.5 to 0.6.7
    • go-errorlint: from 1.0.6 to 1.1.0
    • gosec: from 2.14.0 to 2.15.0
    • musttag: from 0.4.4 to 0.4.5
    • staticcheck: from 0.4.0 to 0.4.2
    • tools: from 0.5.0 to 0.6.0
    • usestdlibvars: from 1.21.1 to 1.23.0
    • wsl: from 3.3.0 to 3.4.0
    • govet: enable timeformat by default
  2. misc.
    • fix: cache status size calculation
    • add new source archive
  3. Documentation
    • Improve installation section
    • Replace links to godoc.org with pkg.go.dev

v1.51.1

  1. updated linters
    • ginkgolinter: from 0.7.1 to 0.8.1
    • ineffassign: bump to HEAD
    • musttag: from 0.4.3 to 0.4.4
    • sqlclosecheck: from 0.3.0 to 0.4.0
    • staticcheck: bump to v0.4.0
    • wastedassign: from 2.0.6 to 2.0.7
    • wrapcheck: from 2.7.0 to 2.8.0

v1.51.0

  1. new linters
  2. updated linters
    • bodyclose: to HEAD
    • dupword: from 0.0.7 to 0.0.9
    • errcheck: from 1.6.2 to 1.6.3
    • exhaustive: from 0.8.3 to 0.9.5
    • exportloopref: from 0.1.8 to 0.1.11
    • gci: from 0.8.1 to 0.9.0
    • ginkgolinter: from 0.6.0 to 0.7.1
    • go-errorlint: from 1.0.5 to 1.0.6
    • go-ruleguard: from 0.3.21 to 0.3.22
    • gocheckcompilerdirectives: from 1.1.0 to 1.2.1
    • gochecknoglobals: from 0.1.0 to 0.2.1

... (truncated)

Commits
  • 3e8facb build(deps): bump github.com/go-critic/go-critic from 0.6.6 to 0.6.7 (#3618)
  • a775985 build(deps): bump github.com/go-critic/go-critic from 0.6.5 to 0.6.6 (#3616)
  • ba76af4 build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.22.0 to 1.23...
  • defde13 doc: improve installation section (#3610)
  • fe53ca0 fix: cache status size calculation (#3611)
  • e23ac00 dev: remove duplicated test asserts (#3608)
  • 69e5481 dev: add new source archive (#3585)
  • a0893e3 govet: enable timeformat by default (#3602)
  • f764234 build(deps): bump honnef.co/go/tools from 0.4.1 to 0.4.2 (#3599)
  • b8907fa build(deps): bump github.com/junk1tm/musttag from 0.4.4 to 0.4.5 (#3598)
  • Additional commits viewable in compare view

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

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.43.0 to 1.51.2.
- [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.43.0...v1.51.2)

---
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]>
@dependabot dependabot bot requested a review from a team as a code owner February 20, 2023 21:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 20, 2023
@dependabot dependabot bot temporarily deployed to CI February 20, 2023 21:10 Inactive
@dependabot dependabot bot temporarily deployed to CI February 20, 2023 21:10 Inactive
@dependabot dependabot bot temporarily deployed to CI February 20, 2023 21:10 Inactive
@dependabot dependabot bot temporarily deployed to CI February 20, 2023 21:10 Inactive
@dependabot dependabot bot temporarily deployed to CI February 20, 2023 21:10 Inactive
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 20, 2023

Superseded by #113.

@dependabot dependabot bot closed this Mar 20, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.51.2 branch March 20, 2023 20:28
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