This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 528af298 chore: Bump golang.org/x/sys from 0.37.0 to 0.38.0 (#568)
528af298 is described below

commit 528af29866ca6aa576d6a1996623151b73b8d21d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 14 16:12:17 2025 -0500

    chore: Bump golang.org/x/sys from 0.37.0 to 0.38.0 (#568)
    
    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.37.0 to
    0.38.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/golang/sys/commit/15129aafc3056028aa2694528ac20373f8cd34e4";><code>15129aa</code></a>
    cpu: also use MRS instruction in getmmfr1</li>
    <li><a
    
href="https://github.com/golang/sys/commit/ed38ca2d414bb2d894e2622d358503d9eec7e29a";><code>ed38ca2</code></a>
    unix: add SizeofNhmsg and SizeofNexthopGrp</li>
    <li><a
    
href="https://github.com/golang/sys/commit/3675c4cc48d381cf54212e0aea81448a272d7c01";><code>3675c4c</code></a>
    cpu: use MRS instruction to read arm64 system registers</li>
    <li><a
    
href="https://github.com/golang/sys/commit/2a152728509e3d145921d5fb44d056fb0a9c1386";><code>2a15272</code></a>
    unix: add consts for ELF handling</li>
    <li><a
    
href="https://github.com/golang/sys/commit/6239615695530c23a1927a4c02a1e8a401b79c94";><code>6239615</code></a>
    cpu: add HPDS, LOR, PAN detection for arm64</li>
    <li><a
    
href="https://github.com/golang/sys/commit/ea436ef09d96eabb81a7a9aa95e7b57c793c6855";><code>ea436ef</code></a>
    windows: add iphlpapi routing functions</li>
    <li><a
    
href="https://github.com/golang/sys/commit/28c5bda5d46d6d11e1f40ed60f85cc10546be096";><code>28c5bda</code></a>
    unix: add SetMemPolicy and its mode/flag values</li>
    <li><a
    
href="https://github.com/golang/sys/commit/b731f782ac28e6f05f3d85d2ee1e207460ee93d0";><code>b731f78</code></a>
    unix/linux: switch to ubuntu 25.04, Go 1.25.1</li>
    <li>See full diff in <a
    href="https://github.com/golang/sys/compare/v0.37.0...v0.38.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.37.0&new-version=0.38.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
    - `@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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index dec2dff2..352d7d51 100644
--- a/go.mod
+++ b/go.mod
@@ -42,7 +42,7 @@ require (
        github.com/zeebo/xxh3 v1.0.2
        golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
        golang.org/x/sync v0.18.0
-       golang.org/x/sys v0.37.0
+       golang.org/x/sys v0.38.0
        golang.org/x/tools v0.38.0
        golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
        gonum.org/v1/gonum v0.16.0
diff --git a/go.sum b/go.sum
index 701f4d4c..6c146eec 100644
--- a/go.sum
+++ b/go.sum
@@ -219,8 +219,8 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod 
h1:oPkhp1MJrh7nUepCBc
 golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
-golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
+golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc=
+golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
 golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 
h1:LvzTn0GQhWuvKH/kVRS3R3bVAsdQWI7hvfLHGgh9+lU=
 golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8/go.mod 
h1:Pi4ztBfryZoJEkyFTI5/Ocsu2jXyDr6iSdgJiYE/uwE=
 golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod 
h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=

Reply via email to