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.2.2 to 0.3.0 #2738

Merged
merged 1 commit into from Apr 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented Apr 3, 2022

Bumps honnef.co/go/tools from 0.2.2 to 0.3.0.

Release notes

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

Staticcheck 2022.1 (v0.3.0)

Staticcheck 2022.1 adds support for Go 1.18 and generics, adds and tweaks some checks, and introduces the new -matrix and -merge flags.

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

Staticcheck 2021.1.2 (v0.2.2)

This release fixes some false positives and crashes.

Read the full release notes at dominikh/go-tools#2021

Staticcheck 2021.1.1 (v0.2.1)

This release adds support for new language features in Go 1.17, namely conversions from slices to array pointers, the unsafe.Add function, and the unsafe.Slice function.

Additionally, it fixes some false positives.

Read the full release notes at https://staticcheck.io/changes/2021.1#2021.1.1

Staticcheck 2021.1 (v0.2.0)

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

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
  • d7e217c Version 2022.1 (v0.3.0)
  • 5fe689a go/ast/astutil: restore compatibility with Go 1.17
  • a34f635 go/ir: permit conversion of '[]byte | string' to []byte and string
  • fd737ab website: regenerate checks JSON file
  • edc5b4a website: restructure scripts
  • 4e82daa website: fix typo
  • 4474421 website: add 2022.1 release notes
  • bebe6f2 Update Since field of checks that are new in 2022.1
  • 01cef3b knowledge: update Deprecated for Go 1.18
  • 970056a SA4017: print user-friendly function names
  • 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 [honnef.co/go/tools](https://github.com/dominikh/go-tools) from 0.2.2 to 0.3.0.
- [Release notes](https://github.com/dominikh/go-tools/releases)
- [Commits](dominikh/go-tools@v0.2.2...v0.3.0)

---
updated-dependencies:
- dependency-name: honnef.co/go/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies go labels Apr 3, 2022
@dependabot dependabot bot requested a review from Apr 3, 2022
ldez
ldez approved these changes Apr 3, 2022
@ldez ldez merged commit e4945f7 into master Apr 3, 2022
16 checks passed
@ldez ldez deleted the dependabot/go_modules/honnef.co/go/tools-0.3.0 branch Apr 3, 2022
milas added a commit to milas/golangci-lint that referenced this issue Apr 5, 2022
As of honnef.co/go/tools@v0.3.0, `staticcheck` supports Go 1.18
and generics. The dependency was bumped here by dependabot in
golangci#2738, but the no-op fallback configs needed
to be removed.

See also golangci#2649 for overall Go 1.18/generics
support progress.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant