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

Bump golang.org/x/sys from 0.21.0 to 0.22.0 #940

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps golang.org/x/sys from 0.21.0 to 0.22.0.

Commits
  • faed7ec unix: add PthreadChdir and PthreadFchdir on darwin
  • c892bb7 unix: fix MmapPtr test failing on OpenBSD
  • a0ef40a unix: fix MremapPtr test failing on NetBSD
  • daa2394 unix: add unsafe mmap, munmap, mremap
  • 7670087 windows: add GetAce Windows API
  • 348425a windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx
  • See full diff 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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 7, 2024
@dependabot dependabot bot requested a review from a team July 7, 2024 12:48
@MrAlias
Copy link
Contributor

MrAlias commented Jul 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.22.0 branch from d838d89 to 011e5d9 Compare July 8, 2024 15:23
@MrAlias
Copy link
Contributor

MrAlias commented Jul 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.22.0 branch from 011e5d9 to fac7a62 Compare July 8, 2024 16:03
@MrAlias
Copy link
Contributor

MrAlias commented Jul 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.22.0 branch from fac7a62 to 724730d Compare July 8, 2024 16:53
@MrAlias
Copy link
Contributor

MrAlias commented Jul 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.22.0 branch from 724730d to f8eb4a5 Compare July 8, 2024 20:44
@MrAlias
Copy link
Contributor

MrAlias commented Jul 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.22.0 branch from f8eb4a5 to ed91d08 Compare July 8, 2024 21:32
@MrAlias
Copy link
Contributor

MrAlias commented Jul 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.22.0 branch from ed91d08 to 9fc331c Compare July 8, 2024 21:39
@MrAlias
Copy link
Contributor

MrAlias commented Jul 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.22.0 branch from 9fc331c to 1906281 Compare July 8, 2024 21:49
@MrAlias
Copy link
Contributor

MrAlias commented Jul 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.22.0 branch from 1906281 to fad202d Compare July 8, 2024 22:06
@MrAlias
Copy link
Contributor

MrAlias commented Jul 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.22.0 branch from fad202d to 369c0b6 Compare July 8, 2024 22:14
@MrAlias
Copy link
Contributor

MrAlias commented Jul 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.22.0 branch from 369c0b6 to 01aaaf6 Compare July 8, 2024 22:22
@MrAlias
Copy link
Contributor

MrAlias commented Jul 8, 2024

@dependabot rebase

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.21.0 to 0.22.0.
- [Commits](golang/sys@v0.21.0...v0.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.22.0 branch from 01aaaf6 to 6f6a6b3 Compare July 8, 2024 22:46
@MrAlias MrAlias merged commit fb4045d into main Jul 8, 2024
18 checks passed
@MrAlias MrAlias deleted the dependabot/go_modules/golang.org/x/sys-0.22.0 branch July 8, 2024 22:51
@MrAlias MrAlias added this to the v0.14.0-alpha milestone Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code Skip Changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant