-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 golang.org/x/tools from 0.13.0 to 0.23.0 in /.ci/providerlint #38389
build(deps): bump golang.org/x/tools from 0.13.0 to 0.23.0 in /.ci/providerlint #38389
Conversation
Community NoteVoting for Prioritization
For Submitters
|
050586f
to
a88bf36
Compare
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
cb07e40
to
c0e299b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make tools
is failing with this update:
% make tools
make: Installing tools...
cd .ci/providerlint && go1.22.5 install .
vendor/golang.org/x/tools/go/packages/packages.go:28:2: cannot find module providing package golang.org/x/sync/errgroup: import lookup disabled by -mod=vendor
(Go version in go.mod is at least 1.14 and vendor directory exists.)
vendor/golang.org/x/tools/go/types/objectpath/objectpath.go:32:2: cannot find module providing package golang.org/x/tools/internal/aliases: import lookup disabled by -mod=vendor
(Go version in go.mod is at least 1.14 and vendor directory exists.)
vendor/golang.org/x/tools/go/packages/packages.go:34:2: cannot find module providing package golang.org/x/tools/internal/versions: import lookup disabled by -mod=vendor
(Go version in go.mod is at least 1.14 and vendor directory exists.)
vendor/golang.org/x/tools/go/analysis/internal/checker/checker.go:33:2: cannot find module providing package golang.org/x/tools/internal/analysisinternal: import lookup disabled by -mod=vendor
(Go version in go.mod is at least 1.14 and vendor directory exists.)
make: *** [tools] Error 1
Relates #37606 |
ca16e27
to
803de43
Compare
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.23.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.13.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>
803de43
to
3913f0c
Compare
Superseded by #38728. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Bumps golang.org/x/tools from 0.13.0 to 0.23.0.
Release notes
Sourced from golang.org/x/tools's releases.
... (truncated)
Commits
33be3ef
go.mod: update golang.org/x dependencies0e7ccc0
gopls/internal/golang: provide version info for stdlib in pkgdocfcf5463
gopls/internal/server: add counters to inform v0.17.070a59b2
gopls/doc: respond to Hana's review of CL 583316799a471
gopls/doc: document all of gopls' features2e239ad
gopls/internal/golang: provide version info for stdlib fieldsbc15dd8
gopls/internal/analysis/fillstruct: use package name (not path) in UI72edac2
internal/typeparams: fix crash in interface hover with empty type setc0ae6bb
gopls/internal/golang: splitlines: s/parameter/arguments/ in CallExpr5cc2d0b
gopls/internal/golang: splitlines: remove workaround for golang/go#68202Dependabot 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)