-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Bump golang.org/x/sys from 0.9.0 to 0.10.0 #4564
Merged
Merged
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
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #4564 +/- ##
=======================================
Coverage 97.05% 97.05%
=======================================
Files 301 301
Lines 17837 17837
=======================================
Hits 17311 17311
Misses 422 422
Partials 104 104
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
dependabot
bot
force-pushed
the
dependabot/go_modules/golang.org/x/sys-0.10.0
branch
2 times, most recently
from
July 4, 2023 19:22
08fb312
to
aac837f
Compare
@dependabot rebase |
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.9.0 to 0.10.0. - [Commits](golang/sys@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/go_modules/golang.org/x/sys-0.10.0
branch
from
July 4, 2023 19:26
aac837f
to
93dea68
Compare
yurishkuro
approved these changes
Jul 4, 2023
afzal442
pushed a commit
to Cloud-Hacks/jaeger
that referenced
this pull request
Jul 10, 2023
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.9.0 to 0.10.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/sys/commit/a1a9c4b846b3a485ba94fede5b50579c7f432759"><code>a1a9c4b</code></a> unix/linux: update to Linux kernel 6.4 and Go 1.21rc2</li> <li><a href="https://github.com/golang/sys/commit/0a92922092b21ff6097f5e152130b634b35a4674"><code>0a92922</code></a> windows: make TestSystemModuleVersions more tolerant</li> <li><a href="https://github.com/golang/sys/commit/d1abdad3a4e261d40157caf02c88c3ec80719ac2"><code>d1abdad</code></a> unix/linux: update TUN flags and virtio_net_hdr constants</li> <li><a href="https://github.com/golang/sys/commit/2b751ddc668a14c2c680cdbf6281c0ec6add8161"><code>2b751dd</code></a> windows/svc/mgr: add Service.RecoveryActionsOnNonCrashFailures</li> <li><a href="https://github.com/golang/sys/commit/e0c3b6e6ae3bf6387b753f5062211beed2e71ded"><code>e0c3b6e</code></a> unix: add Mremap for linux</li> <li><a href="https://github.com/golang/sys/commit/ca096e46e860c29133d442ddcdef9c6999385446"><code>ca096e4</code></a> unix: add missing IFLA_* consts on linux</li> <li><a href="https://github.com/golang/sys/commit/df9fef2097f5d2cc202cdebbb32ca0d31fa06ec1"><code>df9fef2</code></a> unix/linux: update to Linux kernel 6.3 and Go 1.20.5</li> <li>See full diff in <a href="https://github.com/golang/sys/compare/v0.9.0...v0.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.9.0&new-version=0.10.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 </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Afzal Ansari <afzal442@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/sys from 0.9.0 to 0.10.0.
Commits
a1a9c4b
unix/linux: update to Linux kernel 6.4 and Go 1.21rc20a92922
windows: make TestSystemModuleVersions more tolerantd1abdad
unix/linux: update TUN flags and virtio_net_hdr constants2b751dd
windows/svc/mgr: add Service.RecoveryActionsOnNonCrashFailurese0c3b6e
unix: add Mremap for linuxca096e4
unix: add missing IFLA_* consts on linuxdf9fef2
unix/linux: update to Linux kernel 6.3 and Go 1.20.5Dependabot 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