-
Notifications
You must be signed in to change notification settings - Fork 218
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
chore(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 in /_tools #1394
Merged
kodiakhq
merged 1 commit into
main
from
dependabot/go_modules/_tools/golang.org/x/tools-0.7.0
Mar 14, 2023
Merged
chore(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 in /_tools #1394
kodiakhq
merged 1 commit into
main
from
dependabot/go_modules/_tools/golang.org/x/tools-0.7.0
Mar 14, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
automerge
Used by Kodiak bot to automerge PRs
dependencies
Pull requests that update a dependency file
go
labels
Mar 13, 2023
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1394 +/- ##
=======================================
Coverage 78.17% 78.17%
=======================================
Files 43 43
Lines 3239 3239
=======================================
Hits 2532 2532
Misses 565 565
Partials 142 142 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
dependabot
bot
force-pushed
the
dependabot/go_modules/_tools/golang.org/x/tools-0.7.0
branch
2 times, most recently
from
March 13, 2023 03:31
25debd0
to
d16fd07
Compare
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/go_modules/_tools/golang.org/x/tools-0.7.0
branch
from
March 14, 2023 14:28
d16fd07
to
9376025
Compare
kodiakhq
bot
deleted the
dependabot/go_modules/_tools/golang.org/x/tools-0.7.0
branch
March 14, 2023 14:33
markphelps
added a commit
that referenced
this pull request
Mar 15, 2023
* main: (36 commits) feat(sdk/go): thread client token on RPC calls when provided (#1389) docs: update .all-contributorsrc [skip ci] docs: update README.md [skip ci] chore(deps): bump google.golang.org/protobuf in /_tools (#1401) chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#1400) fix: return better error messages for grpc-gateway errors (#1397) fix: import for cockroach db (#1399) chore(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 in /_tools (#1394) chore: update readme w better usecase verbiage (#1395) fix(sdk/go): documentation and example corrections chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0 (#1393) chore(deps): bump google.golang.org/protobuf in /_tools (#1391) chore(sdk/go): fix README markdown style fix(sdk/go): drop support for single field message mangling chore(sdk/go): add README chore(gowork): go edit -fmt feat(sdk/go): add doc.go feat(sdk/go): add static client token provider refactor(sdk/go): move grpc transport into its own subpackage chore(proto): regenerate RPC using protoc-gen-go-grpc v1.3.0 ...
markphelps
added a commit
that referenced
this pull request
Mar 15, 2023
* namespaces: (31 commits) Release/1.19 (#1403) feat(sdk/go): thread client token on RPC calls when provided (#1389) docs: update .all-contributorsrc [skip ci] docs: update README.md [skip ci] chore(deps): bump google.golang.org/protobuf in /_tools (#1401) chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#1400) fix: return better error messages for grpc-gateway errors (#1397) fix: import for cockroach db (#1399) chore(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 in /_tools (#1394) chore: update readme w better usecase verbiage (#1395) fix(sdk/go): documentation and example corrections chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0 (#1393) chore(deps): bump google.golang.org/protobuf in /_tools (#1391) chore(sdk/go): fix README markdown style fix(sdk/go): drop support for single field message mangling chore(sdk/go): add README chore(gowork): go edit -fmt feat(sdk/go): add doc.go feat(sdk/go): add static client token provider refactor(sdk/go): move grpc transport into its own subpackage ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
automerge
Used by Kodiak bot to automerge PRs
dependencies
Pull requests that update a dependency file
go
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps golang.org/x/tools from 0.6.0 to 0.7.0.
Release notes
Sourced from golang.org/x/tools's releases.
... (truncated)
Commits
031fc75
gopls/internal/regtest/bench: don't run the iwl test with -shortf477bf4
gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackagesb72edd1
gopls/internal/lsp/filecache: GOPLS_CACHE -> GOPLSCACHEd566927
gopls/internal/lsp/regtest: add@suggestedfix
markerfdb0da6
gopls/internal/regtest/bench: add a benchmark for diagnosing a change6eb432f
gopls/internal/regtest/bench: add benchmarks in a wider variety of reposc91d0b8
gopls/internal/lsp/source: guard against concurrent writes in xrefsc0742f5
go.mod: update golang.org/x dependencies21d2256
gopls/internal/lsp/cache: make type-checking incrementalae05609
internal/lsp/cache: add an LRU parse cacheDependabot 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)