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-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new a2d32de09 chore(go/adbc): bump github.com/snowflakedb/gosnowflake from
1.19.0 to 1.19.1 in /go/adbc (#4220)
a2d32de09 is described below
commit a2d32de09f85130e7dfe5fdd60d47f0e704a4970
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 14 16:55:59 2026 -0400
chore(go/adbc): bump github.com/snowflakedb/gosnowflake from 1.19.0 to
1.19.1 in /go/adbc (#4220)
Bumps
[github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake)
from 1.19.0 to 1.19.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/snowflakedb/gosnowflake/releases">github.com/snowflakedb/gosnowflake's
releases</a>.</em></p>
<blockquote>
<h2>Release</h2>
<ul>
<li>Please check Snowflake <a
href="https://docs.snowflake.com/en/release-notes/clients-drivers/golang">Go
Snowflake for release notes</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/snowflakedb/gosnowflake/blob/v1.19.1/CHANGELOG.md">github.com/snowflakedb/gosnowflake's
changelog</a>.</em></p>
<blockquote>
<h2>1.19.1</h2>
<p>New features:</p>
<ul>
<li>Dropped support for Go 1.23 and added support for Go 1.26.</li>
</ul>
<p>Internal changes:</p>
<ul>
<li>Added libc family, version and dynamic linking marker to client
environment telemetry.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed minicore crash (SIGFPE) on fully statically linked Linux
binaries by detecting static linking via ELF PT_INTERP inspection and
skipping
<code>dlopen</code><code>snowflakedb/gosnowflake#1721</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/c543aeae24b17d9723d65d9f364d2f6f483544df"><code>c543aea</code></a>
SNOW-3190331 Bumped patch version 1.9.0 -> 1.9.1 (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1770">#1770</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/3cadadf09c870721ddae1616632b4ffaf02d6394"><code>3cadadf</code></a>
SNOW-3247679 Implement libc family and version detection (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1753">#1753</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/08baf1f22add4a9cf57d3f9eb22fdc23b0fe79fc"><code>08baf1f</code></a>
NO-SNOW Update v1-backports to fresh CI builds definition (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1759">#1759</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/69a47a865d53f4cc8b554341c58ec8a52ab67853"><code>69a47a8</code></a>
NO-SNOW Run CI for all pushes including v1-backports (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1754">#1754</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/533c761a31f45d8fc6422d668bbe320e9667a932"><code>533c761</code></a>
NO-SNOW Remove decfloat parameters from tests (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1758">#1758</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/78aab44615b395a23387bee284bc91f4a970efc8"><code>78aab44</code></a>
NO-SNOW Refresh test certificates (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1755">#1755</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/914dc109f510be08ae648af6d22e428a60a940e7"><code>914dc10</code></a>
SNOW-3097839 minicore: detect static linking via ELF inspection to
prevent SI...</li>
<li>See full diff in <a
href="https://github.com/snowflakedb/gosnowflake/compare/v1.19.0...v1.19.1">compare
view</a></li>
</ul>
</details>
<br />
[](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 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/adbc/go.mod | 2 +-
go/adbc/go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index a34d7cea8..c0308b1c6 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -30,7 +30,7 @@ require (
github.com/databricks/databricks-sql-go v1.10.0
github.com/golang/protobuf v1.5.4
github.com/google/uuid v1.6.0
- github.com/snowflakedb/gosnowflake v1.19.0
+ github.com/snowflakedb/gosnowflake v1.19.1
github.com/stretchr/testify v1.11.1
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
go.opentelemetry.io/otel v1.43.0
diff --git a/go/adbc/go.sum b/go/adbc/go.sum
index 36c8817bb..7e3d07c18 100644
--- a/go/adbc/go.sum
+++ b/go/adbc/go.sum
@@ -245,8 +245,8 @@ github.com/rs/zerolog v1.28.0
h1:MirSo27VyNi7RJYP3078AA1+Cyzd2GB66qy3aUHvsWY=
github.com/rs/zerolog v1.28.0/go.mod
h1:NILgTygv/Uej1ra5XxGf82ZFSLk58MFGAUS2o6usyD0=
github.com/sirupsen/logrus v1.9.3
h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod
h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
-github.com/snowflakedb/gosnowflake v1.19.0
h1:Oy/w5/hXiSJV09kgG9zpFZFjNRNvF5Cet7r6vzd87OQ=
-github.com/snowflakedb/gosnowflake v1.19.0/go.mod
h1:7D4+cLepOWrerVsH+tevW3zdMJ5/WrEN7ZceAC6xBv0=
+github.com/snowflakedb/gosnowflake v1.19.1
h1:NZMErtdZMu6kooehbONNQmu/W5BPsaX8hYdlBBEHgxs=
+github.com/snowflakedb/gosnowflake v1.19.1/go.mod
h1:9vGW6LYbUD1UqfjpuNN5a5vtha+u4n1AlsR1BqhHwPA=
github.com/spf13/pflag v1.0.3/go.mod
h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
github.com/spiffe/go-spiffe/v2 v2.6.0
h1:l+DolpxNWYgruGQVV0xsfeya3CsC7m8iBzDnMpsbLuo=
github.com/spiffe/go-spiffe/v2 v2.6.0/go.mod
h1:gm2SeUoMZEtpnzPNs2Csc0D/gX33k1xIx7lEzqblHEs=