1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-06-19 23:24:39 +02:00
dependabot[bot] 782c4f0561 chore(deps): bump the gomod group with 6 updates (#6657)
Bumps the gomod group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/slack-go/slack](https://github.com/slack-go/slack) |
`0.24.0` | `0.25.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.52.0` |
`0.53.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.20.0` |
`0.21.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.37.0` |
`0.38.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.45.0` |
`0.46.0` |
|
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
| `1.102.2` | `1.103.3` |

Updates `github.com/slack-go/slack` from 0.24.0 to 0.25.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/slack-go/slack/releases">github.com/slack-go/slack's
releases</a>.</em></p>
<blockquote>
<h2>v0.25.0</h2>
<blockquote>
<p>[!IMPORTANT]
See <a
href="https://github.com/slack-go/slack/blob/HEAD/CHANGELOG.md#0250">CHANGELOG.md</a>
for details. <strong>Breaking change:</strong> TableBlock.Rows is now
[][]TableCell (<a
href="https://redirect.github.com/slack-go/slack/issues/1558">#1558</a>).</p>
</blockquote>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): bump actions/stale from 10.2.0 to 10.3.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/slack-go/slack/pull/1556">slack-go/slack#1556</a></li>
<li>chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/slack-go/slack/pull/1557">slack-go/slack#1557</a></li>
<li>fix!: preserve all cell types in <code>TableBlock</code> by <a
href="https://github.com/nlopes"><code>@​nlopes</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1560">slack-go/slack#1560</a></li>
<li>refactor: replace interface{} with any (Go 1.18+) by <a
href="https://github.com/MD-Mushfiqur123"><code>@​MD-Mushfiqur123</code></a>
in <a
href="https://redirect.github.com/slack-go/slack/pull/1559">slack-go/slack#1559</a></li>
<li>chore: fix a bunch of issues detected by golangci-lint by <a
href="https://github.com/nlopes"><code>@​nlopes</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1561">slack-go/slack#1561</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/MD-Mushfiqur123"><code>@​MD-Mushfiqur123</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1559">slack-go/slack#1559</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/slack-go/slack/compare/v0.24.0...v0.25.0">https://github.com/slack-go/slack/compare/v0.24.0...v0.25.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/slack-go/slack/blob/master/CHANGELOG.md">github.com/slack-go/slack's
changelog</a>.</em></p>
<blockquote>
<h2>[0.25.0]</h2>
<h3>Changed</h3>
<blockquote>
<p>[!WARNING]
<strong>Breaking change.</strong></p>
</blockquote>
<ul>
<li><code>TableBlock.Rows</code> is now <code>[][]TableCell</code> (was
<code>[][]*RichTextBlock</code>), so <code>table</code>
blocks no longer drop <code>raw_text</code>, <code>raw_number</code>,
and <code>null</code> cells (<a
href="https://redirect.github.com/slack-go/slack/issues/1558">#1558</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/slack-go/slack/commit/f2af58e54bc91d95c990b2f6803db5f655e3a155"><code>f2af58e</code></a>
chore: bump to v0.25.0</li>
<li><a
href="https://github.com/slack-go/slack/commit/77b2103e2bef61ca5019de381b2bcee2e0e220c8"><code>77b2103</code></a>
chore: fix flaky test</li>
<li><a
href="https://github.com/slack-go/slack/commit/a7d12104df8dc74a7f2cd43b10929454b1ee89dd"><code>a7d1210</code></a>
chore: fix a bunch of issues detected by golangci-lint (<a
href="https://redirect.github.com/slack-go/slack/issues/1561">#1561</a>)</li>
<li><a
href="https://github.com/slack-go/slack/commit/f4bffa826f6651c3c240f905ce0e7cbc1df26100"><code>f4bffa8</code></a>
refactor: replace interface{} with any (Go 1.18+) (<a
href="https://redirect.github.com/slack-go/slack/issues/1559">#1559</a>)</li>
<li><a
href="https://github.com/slack-go/slack/commit/af28090b40b608521911a84c0d563d13c93f193d"><code>af28090</code></a>
fix!: preserve all cell types in <code>TableBlock</code> (<a
href="https://redirect.github.com/slack-go/slack/issues/1560">#1560</a>)</li>
<li><a
href="https://github.com/slack-go/slack/commit/98066ee5026dce3fa1cc893d20895e3f5c3af21c"><code>98066ee</code></a>
chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (<a
href="https://redirect.github.com/slack-go/slack/issues/1557">#1557</a>)</li>
<li><a
href="https://github.com/slack-go/slack/commit/43c28d8386ba2bdcfb03c8a46c1e10ad30b3f53e"><code>43c28d8</code></a>
chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (<a
href="https://redirect.github.com/slack-go/slack/issues/1556">#1556</a>)</li>
<li>See full diff in <a
href="https://github.com/slack-go/slack/compare/v0.24.0...v0.25.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/crypto` from 0.52.0 to 0.53.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/crypto/commit/45460e079737ecb64f30d79d3d6fc2914494fa66"><code>45460e0</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/d37c95e27de65576f42440cdfbc261d810506841"><code>d37c95e</code></a>
pkcs12: limit PBKDF iteration count to prevent CPU exhaustion</li>
<li><a
href="https://github.com/golang/crypto/commit/e2ffffe738fb46531cd8924bab497bdc77d9ecc8"><code>e2ffffe</code></a>
ssh: reject incomplete gssapi-with-mic configurations</li>
<li><a
href="https://github.com/golang/crypto/commit/60e158ad30c226555794539d96f0f104f43395f7"><code>60e158a</code></a>
ssh/test: isolate CLI tests from user SSH config and agent</li>
<li><a
href="https://github.com/golang/crypto/commit/1b77d23dc8afb26a494e331a3c637b6de88398d2"><code>1b77d23</code></a>
ssh/knownhosts: reject lines with multiple or unknown markers</li>
<li><a
href="https://github.com/golang/crypto/commit/3872a2bc69f464352dea49c2856955ef7c5d5851"><code>3872a2b</code></a>
ssh/knownhosts: verify declared key type matches decoded key</li>
<li><a
href="https://github.com/golang/crypto/commit/9f72eccdf6fa09a7c68448a7fdc333dd2deb7d9d"><code>9f72ecc</code></a>
ssh/knownhosts: treat only ASCII space and tab as whitespace</li>
<li><a
href="https://github.com/golang/crypto/commit/8f405a4109d7ce87a44f89185bdc385914ce5c13"><code>8f405a4</code></a>
ssh: validate ECDSA curve matches expected algorithm</li>
<li><a
href="https://github.com/golang/crypto/commit/bb41b3dbe630c21c78e3aeb0ebdd8d06a3a34fcf"><code>bb41b3d</code></a>
ssh: improve DH GEX group selection using PreferredBits</li>
<li><a
href="https://github.com/golang/crypto/commit/e04e7219970912a40f80c4b13029416fdf960eeb"><code>e04e721</code></a>
ssh/agent: validate ed25519 private key length in Add</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/crypto/compare/v0.52.0...v0.53.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/sync` from 0.20.0 to 0.21.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sync/commit/5071ed6a9f1617117556b66384f765c934de3698"><code>5071ed6</code></a>
all: fix some comments to improve readability</li>
<li>See full diff in <a
href="https://github.com/golang/sync/compare/v0.20.0...v0.21.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/text` from 0.37.0 to 0.38.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/text/commit/f4bb6328041b090f85b93014bd369edfcd24bdef"><code>f4bb632</code></a>
go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a
href="https://github.com/golang/text/compare/v0.37.0...v0.38.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/tools` from 0.45.0 to 0.46.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/tools/commit/3d6f8dfd4853c8b323940b931f1170c6d0df8d23"><code>3d6f8df</code></a>
go/packages: propagate PATH in
TestConfigEnvDoesNotInheritProcessEnv</li>
<li><a
href="https://github.com/golang/tools/commit/47abf61fcbb4abdcf37a986ce23e20dc140fd018"><code>47abf61</code></a>
gopls: move internal/tool into gopls/internal/tool</li>
<li><a
href="https://github.com/golang/tools/commit/19cebc548e6c35b3bf20bd09490e7db258183507"><code>19cebc5</code></a>
go/packages/gopackages: use standard flag package instead of
internal/tool</li>
<li><a
href="https://github.com/golang/tools/commit/e965c10097987837d9805f8069f4a8278de7180f"><code>e965c10</code></a>
gopls/internal/test/marker: update hover test</li>
<li><a
href="https://github.com/golang/tools/commit/96efd3d65c18f9f8d66bc94ec5d709db0b7e72f0"><code>96efd3d</code></a>
gopls/internal/golang/stubmethods: support generic interfaces</li>
<li><a
href="https://github.com/golang/tools/commit/83be7b7739a3e73db55876c5d396c8d891f61a51"><code>83be7b7</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/tools/commit/bf05c11f9ba6f0ed70931bf0a302e9099897d726"><code>bf05c11</code></a>
internal/typesinternal: ForEachElement: test generic methods</li>
<li><a
href="https://github.com/golang/tools/commit/99df0abf1ba525779b731d2f9ef358c1b8a1b633"><code>99df0ab</code></a>
go/callgraph/static: support generic methods</li>
<li><a
href="https://github.com/golang/tools/commit/6942095782f864dadecfb2839bf2371d676bfb48"><code>6942095</code></a>
go/ssa: fix instantiation of generic methods on non-generic
receivers</li>
<li><a
href="https://github.com/golang/tools/commit/070e85daf671b972397e181b13cd7a0be55fa6b0"><code>070e85d</code></a>
go/callgraph/rta: skip generic methods in fingerprinting</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/tools/compare/v0.45.0...v0.46.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.102.2 to
1.103.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/9a3190f79c9e3f7dce5d602be375c07ecd8973cc"><code>9a3190f</code></a>
Release 2026-06-08</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/b20dd5bb52bbb193b036c3e81525e7a06f3f819b"><code>b20dd5b</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/75a45eaa192d32d7e1247a666f9572a61443b48a"><code>75a45ea</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/e736f55ba6d11d83f9b8d858bbd9ab6c1a883ee2"><code>e736f55</code></a>
Add preview of changes for standard retry mode behind flag (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3400">#3400</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/ba08dc9776ad30b7e5299dd98f3f0360d39656d4"><code>ba08dc9</code></a>
Release 2026-06-05.2</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/9a67e21ffef3d8b3c9c84e9ce7d90314b646f395"><code>9a67e21</code></a>
Revert schema serde (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3442">#3442</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/51692f80a1919052106b080468a7d231649d10a4"><code>51692f8</code></a>
s3/transfermanager: avoid double-closing concurrentReader channel after
read ...</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f696d5bbafd406a16429239844c6e70627aee935"><code>f696d5b</code></a>
Release 2026-06-05</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7efb8fd6bd7b33d2242586a63a32eca93f774f89"><code>7efb8fd</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/1a420c53c9599f9267285650a61009933de8c9bb"><code>1a420c5</code></a>
Update endpoints model</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.102.2...service/s3/v1.103.3">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-12 09:14:30 -03:00
2026-06-11 22:11:41 -03:00
2026-06-11 22:38:00 -03:00
2026-06-11 22:11:41 -03:00

GoReleaser Logo

GoReleaser

Release engineering, simplified.

Go Rust Zig TypeScript Python


We handle the complexities of releasing so you can focus in building what really matters: your software.


Get GoReleaser

Documentation

Documentation is hosted live at https://goreleaser.com

Community

You have questions, need support and or just want to talk about GoReleaser?

Here are ways to get in touch with the GoReleaser community:

Follow on 𝕏 Follow Telegram Channel GitHub Discussions

You can find the links above and all others here.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to our contributing guidelines for further information.

Badges

Release Software License Build status Codecov branch Artifact Hub Go Doc Powered By: GoReleaser Backers on Open Collective Sponsors on Open Collective Conventional Commits CII Best Practices GoReportCard

Contributing

This project exists thanks to all the people who contribute. Contribution guide.

Sponsoring

Does you or your company use GoReleaser?

You can help keep the project bug-free and feature rich by sponsoring the project and its maintainers.

You can sponsor GoReleaser via:

A big thank you to all current, past, and future sponsors!


Our Sponsors

Diamond
SerpApi

Gold
nitric

Silver
Depot N-iX Ltd

Bronze
conet cloud Encore Comet Gitea

And many more!

See the full list here.

Languages
Go 92.1%
Ruby 3%
Nix 1.7%
HTML 1.4%
YAML 0.9%
Other 0.8%