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

Bump github.com/golangci/golangci-lint from 1.51.0 to 1.51.1 in /internal/tools #3690

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/golangci/golangci-lint from 1.51.0 to 1.51.1.

Release notes

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

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). ❤️

Changelog

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

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
Commits
  • b87d2c1 build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.7.0 to 2.8.0 (#3563)
  • 54f8bd6 build(deps): bump github.com/junk1tm/musttag from 0.4.3 to 0.4.4 (#3564)
  • f866ad8 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.8.0 to 0.8.1 (#3562)
  • 6d69ba1 dev: replace deprecated command with environment file (#3558)
  • 5a9bd92 build(deps): bump github.com/go-toolsmith/astcopy from v1.0.2 to v1.0.3 (#3560)
  • 7beb2fb staticcheck: bump to v0.4.0 (#3551)
  • 06e3515 ineffassign: bump to HEAD (#3550)
  • a48b00a ginkgolinter: fix panic (#3553)
  • b0b0e4c build(deps): bump github.com/ryanrolds/sqlclosecheck from 0.3.0 to 0.4.0 (#3545)
  • 193ad93 build(deps): bump github.com/sanposhiho/wastedassign/v2 from 2.0.6 to 2.0.7 (...
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 7, 2023
@dependabot dependabot bot added the go Pull requests that update Go code label Feb 7, 2023
@dependabot dependabot bot requested a review from pellared as a code owner February 7, 2023 21:50
@dependabot dependabot bot added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Feb 7, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/internal/tools/github.com/golangci/golangci-lint-1.51.1 branch 2 times, most recently from 796e6c0 to 8ef1216 Compare February 8, 2023 22:11
@MrAlias
Copy link
Contributor

MrAlias commented Feb 8, 2023

@dependabot rebase

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.51.0 to 1.51.1.
- [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.51.0...v1.51.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/internal/tools/github.com/golangci/golangci-lint-1.51.1 branch from 8ef1216 to 81cc4b2 Compare February 8, 2023 22:22
@codecov
Copy link

codecov bot commented Feb 8, 2023

Codecov Report

Merging #3690 (81cc4b2) into main (fb5c599) will decrease coverage by 0.1%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #3690     +/-   ##
=======================================
- Coverage   79.7%   79.7%   -0.1%     
=======================================
  Files        171     171             
  Lines      12673   12673             
=======================================
- Hits       10105   10103      -2     
- Misses      2355    2357      +2     
  Partials     213     213             
Impacted Files Coverage Δ
sdk/trace/batch_span_processor.go 81.1% <0.0%> (-0.9%) ⬇️

@MrAlias MrAlias merged commit d5fca83 into main Feb 8, 2023
@MrAlias MrAlias deleted the dependabot/go_modules/internal/tools/github.com/golangci/golangci-lint-1.51.1 branch February 8, 2023 22:48
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 Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant