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

build(deps): bump honnef.co/go/tools from 0.1.3 to 0.1.4 #1952

Merged
merged 1 commit into from May 3, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2021

Fixes #1928

Bumps honnef.co/go/tools from 0.1.3 to 0.1.4.

Release notes

Sourced from honnef.co/go/tools's releases.

Staticcheck 2020.2.4 (v0.1.4)

This release fixes a crash and some false positives.

Read the full release notes at https://staticcheck.io/changes/2020.2#2020.2.4

Staticcheck 2020.2.3 (v0.1.3)

This release fixes a false positive in U1000. See #942 for details.

Staticcheck 2020.2.2 (v0.1.2)

This release fixes a rare crash in Staticcheck, reduces the number of false positives, and adds support for Go 1.16's io/fs.FileMode type.

Read the full release notes at https://staticcheck.io/changes/2020.2#2020.2.2

Staticcheck 2020.2.1 (v0.1.1)

This release eliminates some false negatives as well as false positives, makes the staticcheck command less noisy and fixes a potential security issue.

See the full release notes at https://staticcheck.io/changes/2020.2#2020.2.1

Staticcheck 2020.2 (v0.1.0)

Read the full release notes at https://staticcheck.io/changes/2020.2

Commits
  • 4dc1992 Version 2020.2.4 (v0.1.4)
  • 52dbf0f doc: add 2020.2.4 release notes
  • c3ae702 SA4023: generate better message when we know that the related information wil...
  • e604f91 analysis/report: better handling of sourcers with no node
  • 08e1523 S1017: guard against redefnitions of the len builtin
  • 0a83c9b go/ir: consider fake exits when building (post-)dominator frontier
  • See full diff 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

Bumps [honnef.co/go/tools](https://github.com/dominikh/go-tools) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/dominikh/go-tools/releases)
- [Commits](dominikh/go-tools@v0.1.3...v0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Relates to an upstream dependency go Pull requests that update Go code labels May 3, 2021
@dependabot dependabot bot requested a review from a team May 3, 2021 05:36
@johejo
Copy link
Contributor

johejo commented May 3, 2021

related #1928

@ldez ldez merged commit 96a7f62 into master May 3, 2021
@delete-merged-branch delete-merged-branch bot deleted the dependabot/go_modules/honnef.co/go/tools-0.1.4 branch May 3, 2021 08:29
@ldez ldez added linter: update version Update version of linter and removed dependencies Relates to an upstream dependency go Pull requests that update Go code labels Jul 14, 2021
@ldez ldez added dependencies Relates to an upstream dependency go Pull requests that update Go code labels Jun 16, 2023
@ldez ldez added this to the v1.40 milestone Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Relates to an upstream dependency go Pull requests that update Go code linter: update version Update version of linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

staticcheck: Panic occurs when running linter on project
3 participants