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

MINOR: [Go] Bump golang.org/x/tools from 0.22.0 to 0.23.0 in /go #43181

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps golang.org/x/tools from 0.22.0 to 0.23.0.

Commits
  • 33be3ef go.mod: update golang.org/x dependencies
  • 0e7ccc0 gopls/internal/golang: provide version info for stdlib in pkgdoc
  • fcf5463 gopls/internal/server: add counters to inform v0.17.0
  • 70a59b2 gopls/doc: respond to Hana's review of CL 583316
  • 799a471 gopls/doc: document all of gopls' features
  • 2e239ad gopls/internal/golang: provide version info for stdlib fields
  • bc15dd8 gopls/internal/analysis/fillstruct: use package name (not path) in UI
  • 72edac2 internal/typeparams: fix crash in interface hover with empty type set
  • c0ae6bb gopls/internal/golang: splitlines: s/parameter/arguments/ in CallExpr
  • 5cc2d0b gopls/internal/golang: splitlines: remove workaround for golang/go#68202
  • 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 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 zeroshade as a code owner July 8, 2024 16:29
@dependabot dependabot bot added dependencies Dependabot-only go Pull requests that update Go code labels Jul 8, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/go/golang.org/x/tools-0.23.0 branch from 84ff121 to addaede Compare July 8, 2024 20:36
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go/golang.org/x/tools-0.23.0 branch from addaede to a67740f Compare July 8, 2024 20:36
@zeroshade zeroshade merged commit 7fcd8be into main Jul 8, 2024
51 of 53 checks passed
@zeroshade zeroshade deleted the dependabot/go_modules/go/golang.org/x/tools-0.23.0 branch July 8, 2024 21:54
@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Jul 8, 2024
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 7fcd8be.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them.

zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Jul 9, 2024
…che#43181)

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.22.0
to 0.23.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/tools/commit/33be3ef892534885002fcfa0ccf4506088a25d59"><code>33be3ef</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/tools/commit/0e7ccc0478c322a6b32fb9f74ebfc42e4f965ee9"><code>0e7ccc0</code></a>
gopls/internal/golang: provide version info for stdlib in pkgdoc</li>
<li><a
href="https://github.com/golang/tools/commit/fcf54632603b8795667b76d7c373201e9536ed10"><code>fcf5463</code></a>
gopls/internal/server: add counters to inform v0.17.0</li>
<li><a
href="https://github.com/golang/tools/commit/70a59b2f224b125b843a948e205c0792dbff4f22"><code>70a59b2</code></a>
gopls/doc: respond to Hana's review of CL 583316</li>
<li><a
href="https://github.com/golang/tools/commit/799a47185df0a37a5e0a95faa9d4b3d693736c5e"><code>799a471</code></a>
gopls/doc: document all of gopls' features</li>
<li><a
href="https://github.com/golang/tools/commit/2e239ad1ba11fe5e5daa1763388fdd7584ae7c6d"><code>2e239ad</code></a>
gopls/internal/golang: provide version info for stdlib fields</li>
<li><a
href="https://github.com/golang/tools/commit/bc15dd8597ecd98beabdb4616a9341905ac3a6da"><code>bc15dd8</code></a>
gopls/internal/analysis/fillstruct: use package name (not path) in
UI</li>
<li><a
href="https://github.com/golang/tools/commit/72edac2ff315a3d7ecf4ef98f13fda6e6af69478"><code>72edac2</code></a>
internal/typeparams: fix crash in interface hover with empty type
set</li>
<li><a
href="https://github.com/golang/tools/commit/c0ae6bbd24adc34e4b2ba9ecd75922847f718b27"><code>c0ae6bb</code></a>
gopls/internal/golang: splitlines: s/parameter/arguments/ in
CallExpr</li>
<li><a
href="https://github.com/golang/tools/commit/5cc2d0b12cd3eee183bbd2f3a901418f482d0579"><code>5cc2d0b</code></a>
gopls/internal/golang: splitlines: remove workaround for <a
href="https://redirect.github.com/golang/go/issues/68202">golang/go#68202</a></li>
<li>Additional commits viewable in <a
href="https://github.com/golang/tools/compare/v0.22.0...v0.23.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.22.0&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge Component: Go dependencies Dependabot-only go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant