Commit 627101a
⬆️ Bump golang.org/x/sys from 0.26.0 to 0.27.0 in /utils (#514)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.26.0 to
0.27.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sys/commit/e0753d46944376af67385bb4c7c419d13967bcd9"><code>e0753d4</code></a>
Revert "windows/mkwinsyscall: use syscall.SyscallN instead of
syscall.Syscall...</li>
<li><a
href="https://github.com/golang/sys/commit/c29efe38de3592b9ec11d314613d7a63126cddbf"><code>c29efe3</code></a>
windows: add iphlpapi functions for change notifications</li>
<li><a
href="https://github.com/golang/sys/commit/8f2aa9fb488f140f155cdc02b438533a5c75eeed"><code>8f2aa9f</code></a>
cpu: conditionally re-enable AVX512 support on darwin/amd64</li>
<li><a
href="https://github.com/golang/sys/commit/054f1fcdf746e45edc4baf1840e5c5750b7a864a"><code>054f1fc</code></a>
README: don't recommend go get</li>
<li><a
href="https://github.com/golang/sys/commit/ca0404159d3968c81cc85385a3ef8ee058ecb850"><code>ca04041</code></a>
unix: extend z/OS support</li>
<li><a
href="https://github.com/golang/sys/commit/18e038c8ee1d315bcf6e5365414c1b1ddcc06c1c"><code>18e038c</code></a>
unix: move NETLINK_* consts to own section</li>
<li><a
href="https://github.com/golang/sys/commit/d045236a8d4b76a8a8d1fee1c3db5e78a2871381"><code>d045236</code></a>
windows: implement Ftruncate using a single syscall on Windows</li>
<li><a
href="https://github.com/golang/sys/commit/cff53d5a33f46e1cf36b1e28015328cf33c88375"><code>cff53d5</code></a>
unix: gofmt after CL 610296</li>
<li><a
href="https://github.com/golang/sys/commit/123459f09655dd6e41895fbb34b94dce6030ef8b"><code>123459f</code></a>
unix: update z/OS implementation of fcntl and mmap</li>
<li><a
href="https://github.com/golang/sys/commit/df4a4da00ce033d67dddcb2ddf804f1ba85e5ccc"><code>df4a4da</code></a>
unix/linux: adjust Dockerfile ENV key value format</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/sys/compare/v0.26.0...v0.27.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
Co-authored-by: Monty Bot <monty-bot@arm.com>1 parent 308b4a0 commit 627101a
File tree
4 files changed
+5
-3
lines changed- changes
- utils
4 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
| 330 | + | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
0 commit comments