This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | minor | `v6.3.0` → `v6.4.0` |
| [docker/login-action](https://github.com/docker/login-action) | action | minor | `v4.0.0` → `v4.1.0` |
| [golangci/golangci-lint](https://github.com/golangci/golangci-lint) | uses-with | patch | `v2.11.2` → `v2.11.4` |
| [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) | | minor | `v2.14.2` → `v2.15.4` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | action | minor | `v7.0.0` → `v7.1.0` |
---
### Release Notes
<details>
<summary>actions/setup-go (actions/setup-go)</summary>
### [`v6.4.0`](https://github.com/actions/setup-go/releases/tag/v6.4.0)
[Compare Source](https://github.com/actions/setup-go/compare/v6.3.0...v6.4.0)
##### What's Changed
##### Enhancement
- Add go-download-base-url input for custom Go distributions by [@​gdams](https://github.com/gdams) in [#​721](https://github.com/actions/setup-go/pull/721)
##### Dependency update
- Upgrade minimatch from 3.1.2 to 3.1.5 by [@​dependabot](https://github.com/dependabot) in [#​727](https://github.com/actions/setup-go/pull/727)
##### Documentation update
- Rearrange README.md, add advanced-usage.md by [@​priyagupta108](https://github.com/priyagupta108) in [#​724](https://github.com/actions/setup-go/pull/724)
- Fix Microsoft build of Go link by [@​gdams](https://github.com/gdams) in [#​734](https://github.com/actions/setup-go/pull/734)
##### New Contributors
- [@​gdams](https://github.com/gdams) made their first contribution in [#​721](https://github.com/actions/setup-go/pull/721)
**Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.4.0>
</details>
<details>
<summary>docker/login-action (docker/login-action)</summary>
### [`v4.1.0`](https://github.com/docker/login-action/releases/tag/v4.1.0)
[Compare Source](https://github.com/docker/login-action/compare/v4.0.0...v4.1.0)
- Fix scoped Docker Hub cleanup path when registry is omitted by [@​crazy-max](https://github.com/crazy-max) in [#​945](https://github.com/docker/login-action/pull/945)
- Bump [@​aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) and [@​aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.1020.0 in [#​930](https://github.com/docker/login-action/pull/930)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.77.0 to 0.86.0 in [#​932](https://github.com/docker/login-action/pull/932) [#​936](https://github.com/docker/login-action/pull/936)
- Bump brace-expansion from 1.1.12 to 1.1.13 in [#​952](https://github.com/docker/login-action/pull/952)
- Bump fast-xml-parser from 5.3.4 to 5.3.6 in [#​942](https://github.com/docker/login-action/pull/942)
- Bump flatted from 3.3.3 to 3.4.2 in [#​944](https://github.com/docker/login-action/pull/944)
- Bump glob from 10.3.12 to 10.5.0 in [#​940](https://github.com/docker/login-action/pull/940)
- Bump handlebars from 4.7.8 to 4.7.9 in [#​949](https://github.com/docker/login-action/pull/949)
- Bump http-proxy-agent and https-proxy-agent to 8.0.0 in [#​937](https://github.com/docker/login-action/pull/937)
- Bump lodash from 4.17.23 to 4.18.1 in [#​958](https://github.com/docker/login-action/pull/958)
- Bump minimatch from 3.1.2 to 3.1.5 in [#​941](https://github.com/docker/login-action/pull/941)
- Bump picomatch from 4.0.3 to 4.0.4 in [#​948](https://github.com/docker/login-action/pull/948)
- Bump undici from 6.23.0 to 6.24.1 in [#​938](https://github.com/docker/login-action/pull/938)
**Full Changelog**: <https://github.com/docker/login-action/compare/v4.0.0...v4.1.0>
</details>
<details>
<summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
### [`v2.11.4`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2114)
[Compare Source](https://github.com/golangci/golangci-lint/compare/v2.11.3...v2.11.4)
*Released on 2026-03-22*
1. Linters bug fixes
- `govet-modernize`: from 0.42.0 to 0.43.0
- `noctx`: from 0.5.0 to 0.5.1
- `sqlclosecheck`: from 0.5.1 to 0.6.0
### [`v2.11.3`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2113)
[Compare Source](https://github.com/golangci/golangci-lint/compare/v2.11.2...v2.11.3)
*Released on 2026-03-10*
1. Linters bug fixes
- `gosec`: from v2.24.7 to [`619ce21`](https://github.com/golangci/golangci-lint/commit/619ce2117e08)
</details>
<details>
<summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary>
### [`v2.15.4`](https://github.com/goreleaser/goreleaser/releases/tag/v2.15.4)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.15.3...v2.15.4)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.15](https://goreleaser.com/blog/goreleaser-v2.15/).
#### Changelog
##### Bug fixes
- [`d077fe1`](https://github.com/goreleaser/goreleaser/commit/d077fe1cfc533bf5351c2d0993ac32d7f59bcdb3): fix(build): allow explicit binary with ellipsis when single main ([@​caarlos0](https://github.com/caarlos0))
- [`3140abb`](https://github.com/goreleaser/goreleaser/commit/3140abb162e23ff77ebf27ca4094c6f7bdbd6c47): fix(build): set per-binary artifact IDs for ./... builds ([@​caarlos0](https://github.com/caarlos0) and [@​Copilot](https://github.com/Copilot))
- [`eb11599`](https://github.com/goreleaser/goreleaser/commit/eb11599419e9f1004397d7aa6dbb3128a9d7128c): fix(deps): quill git-lfs ([#​6577](https://github.com/goreleaser/goreleaser/issues/6577)) ([@​caarlos0](https://github.com/caarlos0))
- [`343700b`](https://github.com/goreleaser/goreleaser/commit/343700b91614a3e463226ea2aa67f56e2add31f0): fix(docker): install syft, cosign, docker, and docker-buildx from upstream releases ([#​6576](https://github.com/goreleaser/goreleaser/issues/6576)) ([@​caarlos0](https://github.com/caarlos0), [@​kevinburkesegment](https://github.com/kevinburkesegment), and [@​Copilot](https://github.com/Copilot))
- [`87b542b`](https://github.com/goreleaser/goreleaser/commit/87b542bc0d7c31942154d1f9df1e3e15f1c7d7d9): fix(homebrew\_cask): sha256 before url in per-arch blocks ([@​kkd16](https://github.com/kkd16))
- [`e35ff62`](https://github.com/goreleaser/goreleaser/commit/e35ff62839fd569357d70a9b9174bec56338a577): fix(rust): add arm- and armv7-unknown-linux-musleabihf build targets ([#​6581](https://github.com/goreleaser/goreleaser/issues/6581)) ([@​mozzieongit](https://github.com/mozzieongit))
- [`03735a4`](https://github.com/goreleaser/goreleaser/commit/03735a41036a25f03662cd75e169458403c64fc3): fix(rust): grouping of different arm version when creating archives ([#​6582](https://github.com/goreleaser/goreleaser/issues/6582)) ([@​caarlos0](https://github.com/caarlos0))
- [`1f86232`](https://github.com/goreleaser/goreleaser/commit/1f8623275212b1482ae230ba06f05fa898bb52e0): fix: gen-nix-licenses script ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`0136377`](https://github.com/goreleaser/goreleaser/commit/0136377e45d20e9651bde9089e8dce0f26ab9ad5): docs: clarify template vars ([@​caarlos0](https://github.com/caarlos0) and [@​SAY-5](https://github.com/SAY-5))
- [`b026ca9`](https://github.com/goreleaser/goreleaser/commit/b026ca93356699c1d9e9ae0e2df005f484adbe3c): docs: fix image URLs ([@​caarlos0](https://github.com/caarlos0))
- [`fcc53cb`](https://github.com/goreleaser/goreleaser/commit/fcc53cb09f326ad90956a008cb1c67f163086559): docs: fix image urls ([#​6578](https://github.com/goreleaser/goreleaser/issues/6578)) ([@​caarlos0](https://github.com/caarlos0))
- [`24df9ce`](https://github.com/goreleaser/goreleaser/commit/24df9cef7dfd7b678f65ad7d844a536263e6ef01): docs: fix include, prefix shortcodes to avoid collisions ([@​caarlos0](https://github.com/caarlos0))
- [`5b47f38`](https://github.com/goreleaser/goreleaser/commit/5b47f38526c0718888defc7e19c11fdef97d123e): docs: fix version link when full version ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.15.3...v2.15.4>
#### Helping out
This release is only possible thanks to **all** the support of some **awesome people**!
Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing).
#### Where to go next?
- Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6), [Twitter](https://twitter.com/goreleaser), and [Telegram](https://t.me/goreleasernews)!
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
### [`v2.15.3`](https://github.com/goreleaser/goreleaser/releases/tag/v2.15.3)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.15.2...v2.15.3)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.15](https://goreleaser.com/blog/goreleaser-v2.15/).
#### Changelog
##### Security updates
- [`d1cdbb2`](https://github.com/goreleaser/goreleaser/commit/d1cdbb23fcca7de37bdf0e1316fd3e3884f9d224): sec: prevent secret leaks in logs and improve redaction ([@​caarlos0](https://github.com/caarlos0))
##### Bug fixes
- [`cba5b9f`](https://github.com/goreleaser/goreleaser/commit/cba5b9fc84d21536de7aae89be56e1241c734844): fix(aur,krew,aursources): apply template to SkipUpload before checking its value ([@​caarlos0](https://github.com/caarlos0))
- [`4d1924d`](https://github.com/goreleaser/goreleaser/commit/4d1924d3dd5c85e0ddaecc0c049390bcc702b32e): fix(blob): evaluate template in provider before checking for S3 ACL support ([@​caarlos0](https://github.com/caarlos0))
- [`38577c6`](https://github.com/goreleaser/goreleaser/commit/38577c607e7a06c5207ae4831f112f722dfcb95c): fix(build): fix broken backtick and missing GOMIPS64 in --single-target help text ([@​caarlos0](https://github.com/caarlos0))
- [`ff02d82`](https://github.com/goreleaser/goreleaser/commit/ff02d82d90acf321ea7f361a2a71b41aa2cd259e): fix(build): prevent panic when command has single element ([@​caarlos0](https://github.com/caarlos0))
- [`2a10e3e`](https://github.com/goreleaser/goreleaser/commit/2a10e3edf6d1883b59f0b2573dacb9dc5df24bb5): fix(bun): show original target in parse error, not trimmed version ([@​caarlos0](https://github.com/caarlos0))
- [`88daaf3`](https://github.com/goreleaser/goreleaser/commit/88daaf34fc39dcb5a4bfb4d3385dfff5acedbc24): fix(changelog): prevent panic on negative abbrev values other than -1 ([@​caarlos0](https://github.com/caarlos0))
- [`6c7798f`](https://github.com/goreleaser/goreleaser/commit/6c7798f7183ab88137e41d510ae5822fa5676965): fix(changelog): use %t instead of %b for bool in debug log format ([@​caarlos0](https://github.com/caarlos0))
- [`f39c233`](https://github.com/goreleaser/goreleaser/commit/f39c23383313f4633dccb1c1c4b7181add3c69f0): fix(checksums): prevent panic in sort when line has no double-space ([@​caarlos0](https://github.com/caarlos0))
- [`f8e7ec9`](https://github.com/goreleaser/goreleaser/commit/f8e7ec99186d3d4f2b81381c8f2f779938058623): fix(client): off-by-one in truncateReleaseBody ([#​6534](https://github.com/goreleaser/goreleaser/issues/6534)) ([@​caarlos0](https://github.com/caarlos0))
- [`d788340`](https://github.com/goreleaser/goreleaser/commit/d7883409bb192fc9f8ad1d69c7546d0519cce1df): fix(docker): check evaluated Dockerfile template for emptiness, not raw template ([@​caarlos0](https://github.com/caarlos0))
- [`921e6cb`](https://github.com/goreleaser/goreleaser/commit/921e6cbb71ff9f17888bc50e2b97c4238e68d68e): fix(docker): fix "did you mean?" suggestion always suggesting the input name itself ([@​caarlos0](https://github.com/caarlos0))
- [`9e9f87c`](https://github.com/goreleaser/goreleaser/commit/9e9f87cb14664df55e821ab60f21d8583a91f9dd): fix(docker): prevent panic in parsePlatform with missing arch ([@​caarlos0](https://github.com/caarlos0))
- [`a0875e5`](https://github.com/goreleaser/goreleaser/commit/a0875e57d1fa6db8128fa44eaf5231f58433f19c): fix(docker): remove duplicate WithOutput in error wrapping ([@​caarlos0](https://github.com/caarlos0))
- [`e7a4afa`](https://github.com/goreleaser/goreleaser/commit/e7a4afa60ec87e60984c5a0c96824cd6dd3bd1af): fix(dockers/v2): digest log ([@​caarlos0](https://github.com/caarlos0))
- [`4a9d25f`](https://github.com/goreleaser/goreleaser/commit/4a9d25f5dbd1c64f99a5ffa72886d3389812bbd3): fix(gitea): fix misleading 'using master' log when default branch lookup fails ([@​caarlos0](https://github.com/caarlos0))
- [`1ca21f0`](https://github.com/goreleaser/goreleaser/commit/1ca21f0effe7287cb7a16d237023eb8cb668bcba): fix(github): nil-guard resp in updateRelease before accessing Header ([@​caarlos0](https://github.com/caarlos0))
- [`ff9035a`](https://github.com/goreleaser/goreleaser/commit/ff9035a872c0a9c989e6081fab1c89569cafaa87): fix(http): remove double-close of response body in executeHTTPRequest ([@​caarlos0](https://github.com/caarlos0))
- [`50a034d`](https://github.com/goreleaser/goreleaser/commit/50a034dd0f1cf04c625da560bb35765b714bc30e): fix(nfpm): show correct value in content mtime parse error ([@​caarlos0](https://github.com/caarlos0))
- [`206120a`](https://github.com/goreleaser/goreleaser/commit/206120a80e9997c1761e296ad6c4f2c29dd61bf7): fix(opencollective): handle errors, more tests ([#​6512](https://github.com/goreleaser/goreleaser/issues/6512)) ([@​caarlos0](https://github.com/caarlos0))
- [`e15276b`](https://github.com/goreleaser/goreleaser/commit/e15276bb19593afdfe8cf3d5239e6399b0aa625e): fix(partial): add missing ppc64le to archExtraEnvs map ([@​caarlos0](https://github.com/caarlos0))
- [`a05ecb8`](https://github.com/goreleaser/goreleaser/commit/a05ecb82865f9239270ed1c8b628ced4587f8172): fix(partial): use GGOMIPS64/GOMIPS64 instead of GGOMIPS/GOMIPS for mips64/mips64le ([@​caarlos0](https://github.com/caarlos0))
- [`f48613d`](https://github.com/goreleaser/goreleaser/commit/f48613d9a8f169ff84163878a1dbce46da45f55a): fix(redact): return 0 bytes written on underlying write failure ([@​caarlos0](https://github.com/caarlos0))
- [`44133de`](https://github.com/goreleaser/goreleaser/commit/44133de0edf43fa97af11a3871534b8594fa6bc3): fix(release): log correct repo name for GitLab and Gitea releases ([@​caarlos0](https://github.com/caarlos0))
- [`e4262d5`](https://github.com/goreleaser/goreleaser/commit/e4262d5d00599b2bb20a7e521cd5ece75387ef41): fix(rust): glibc version stripping for gnueabi/gnueabihf targets ([@​caarlos0](https://github.com/caarlos0))
- [`889107f`](https://github.com/goreleaser/goreleaser/commit/889107f3ce52968b863ab84f51cbceb2c0ed53fc): fix(rust): show all workspace members in error message, not just first ([@​caarlos0](https://github.com/caarlos0))
- [`634a0cb`](https://github.com/goreleaser/goreleaser/commit/634a0cbf273ad6b26c1deff171c3d046845a5281): fix(rust): strip custom glibc version from target for rustup command ([@​mozzieongit](https://github.com/mozzieongit))
- [`292203e`](https://github.com/goreleaser/goreleaser/commit/292203e5aa5cba7fef49f0ef2aefb64aea148fcc): fix(sbom): use matched filename for artifact Name instead of glob pattern ([@​caarlos0](https://github.com/caarlos0))
- [`053c68a`](https://github.com/goreleaser/goreleaser/commit/053c68a05c006c3ab4e7e5c73eb6bf9877b09154): fix(srpm): remove double close of package file ([@​caarlos0](https://github.com/caarlos0))
- [`0099417`](https://github.com/goreleaser/goreleaser/commit/0099417f305938d022f94efadf0e3a71a9eca1e4): fix(targz): close gzip reader in Copy ([@​caarlos0](https://github.com/caarlos0))
- [`c2f16b9`](https://github.com/goreleaser/goreleaser/commit/c2f16b97f02364434fd61f487fc8c5f23dc445a6): fix(tmpl): return error instead of panicking on invalid filter regex ([@​caarlos0](https://github.com/caarlos0))
- [`ed201bd`](https://github.com/goreleaser/goreleaser/commit/ed201bdefb81b97377f7f8766e3966d18304087a): fix(winget): use filepath.Join instead of path.Join for local filesystem paths ([@​caarlos0](https://github.com/caarlos0))
- [`a176567`](https://github.com/goreleaser/goreleaser/commit/a176567869ad67dbac690a4632d853b3b85965c2): fix: add retries everywhere possible ([#​6528](https://github.com/goreleaser/goreleaser/issues/6528)) ([@​caarlos0](https://github.com/caarlos0))
- [`6a19ea9`](https://github.com/goreleaser/goreleaser/commit/6a19ea9092d89b2d00f3f403ac693135a3dff6fb): fix: better log ([@​caarlos0](https://github.com/caarlos0))
- [`e09e23a`](https://github.com/goreleaser/goreleaser/commit/e09e23a71c820afbb9f5144666a25ad50616c04c): fix: check buildx for dockers v1 ([#​6526](https://github.com/goreleaser/goreleaser/issues/6526)) ([@​caarlos0](https://github.com/caarlos0))
- [`be89f2a`](https://github.com/goreleaser/goreleaser/commit/be89f2a6439970eded91463b6b70475738e3b3cf): fix: guard iterator bounds in gerrors Details ([@​caarlos0](https://github.com/caarlos0))
- [`8b77358`](https://github.com/goreleaser/goreleaser/commit/8b77358c4e06d3fd1d0a72372cc22f6509dfb7c8): fix: handle io.ReadAll error in bodyOf instead of discarding it ([@​caarlos0](https://github.com/caarlos0))
- [`5042b84`](https://github.com/goreleaser/goreleaser/commit/5042b84f120e5c2c48d110ffcce3bba1259f2761): fix: preserve original error details in git config extraction ([@​caarlos0](https://github.com/caarlos0))
- [`68ebdd7`](https://github.com/goreleaser/goreleaser/commit/68ebdd7de05ae4cf3119e70562437a9fd8787327): fix: remove duplicate WithField in gitea client push logging ([#​6532](https://github.com/goreleaser/goreleaser/issues/6532)) ([@​caarlos0](https://github.com/caarlos0))
- [`60028b1`](https://github.com/goreleaser/goreleaser/commit/60028b19eb6845164ed7bac541032efe1b07fe14): fix: replace recursive rateLimitChecker with single check and context-aware sleep ([@​caarlos0](https://github.com/caarlos0))
- [`7e7f9b2`](https://github.com/goreleaser/goreleaser/commit/7e7f9b276bf4eda3e339131075c9b77ea040d887): fix: use Mattermost.Color instead of Teams.Color in mattermost pipe ([#​6533](https://github.com/goreleaser/goreleaser/issues/6533)) ([@​caarlos0](https://github.com/caarlos0))
- [`e31f01d`](https://github.com/goreleaser/goreleaser/commit/e31f01d110a1868791a2b8d3d150e8b52fa9ae59): fix: use typed structs for LinkedIn API responses ([@​caarlos0](https://github.com/caarlos0))
- [`f236e07`](https://github.com/goreleaser/goreleaser/commit/f236e072ec3c43f115fec902ccf716e3c502c243): refactor(http): remove global assetOpen mock pattern ([@​caarlos0](https://github.com/caarlos0))
- [`17d61b6`](https://github.com/goreleaser/goreleaser/commit/17d61b648cb2827b95e1b02a77fca2ae9b45418c): refactor(tests): simplify client tests with helpers ([#​6537](https://github.com/goreleaser/goreleaser/issues/6537)) ([@​caarlos0](https://github.com/caarlos0))
- [`3dba4a6`](https://github.com/goreleaser/goreleaser/commit/3dba4a68b4fa7bf37b485410460507b51938b1cb): refactor: use io.WriteString ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`9ee7477`](https://github.com/goreleaser/goreleaser/commit/9ee747772c1de65a2f1deb5da5cd1d8fecbbbb30): docs(rust): document ability to specify custom glibc version ([@​mozzieongit](https://github.com/mozzieongit))
- [`c4a137b`](https://github.com/goreleaser/goreleaser/commit/c4a137b35523468750cc7be98cf4fc04e42a55da): docs: Fix signature verification of checksum file ([#​6513](https://github.com/goreleaser/goreleaser/issues/6513)) ([@​nicholasdille](https://github.com/nicholasdille))
- [`5a92c1d`](https://github.com/goreleaser/goreleaser/commit/5a92c1d1ae82ed4fdf6a2a6523a2d18488273e10): docs: add v2.15 banner ([@​caarlos0](https://github.com/caarlos0))
- [`e9c3a11`](https://github.com/goreleaser/goreleaser/commit/e9c3a11252be0666428cd1ee664b3feb9c8b732d): docs: ai usage guidelines ([#​6525](https://github.com/goreleaser/goreleaser/issues/6525)) ([@​caarlos0](https://github.com/caarlos0))
- [`ad86abe`](https://github.com/goreleaser/goreleaser/commit/ad86abefc412d1d9aba91e797dd7618c8919caa0): docs: fix output ([@​caarlos0](https://github.com/caarlos0))
- [`1171390`](https://github.com/goreleaser/goreleaser/commit/1171390511bd45973f2581aaf1dcad0e15827758): docs: regenerate favicons with transparent background ([#​6521](https://github.com/goreleaser/goreleaser/issues/6521)) ([@​caarlos0](https://github.com/caarlos0))
##### Other work
- [`035aafd`](https://github.com/goreleaser/goreleaser/commit/035aafd0b90148bda31bded0917b5b040a04e545): chore: go 1.26.2 ([#​6547](https://github.com/goreleaser/goreleaser/issues/6547)) ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.15.2...v2.15.3>
#### Helping out
This release is only possible thanks to **all** the support of some **awesome people**!
Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing).
#### Where to go next?
- Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6), [Twitter](https://twitter.com/goreleaser), and [Telegram](https://t.me/goreleasernews)!
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
### [`v2.15.2`](https://github.com/goreleaser/goreleaser/releases/tag/v2.15.2)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.15.1...v2.15.2)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.15](https://goreleaser.com/blog/goreleaser-v2.15/).
#### Changelog
##### Bug fixes
- [`b5eabc8`](https://github.com/goreleaser/goreleaser/commit/b5eabc8938efc9a7f691c9f96767fe8da12ff0fe): fix(checksum): exclude signature and certificates ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`5fc0e0e`](https://github.com/goreleaser/goreleaser/commit/5fc0e0e9916d0aae9ccb0673b9df234615d8daf6): docs: add Telegram channel alongside Twitter/social links ([@​caarlos0](https://github.com/caarlos0) and [@​Copilot](https://github.com/Copilot))
##### Other work
- [`8620b25`](https://github.com/goreleaser/goreleaser/commit/8620b255082c050ba3ff41e611f6e4b15846639d): chore: fmt ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.15.1...v2.15.2>
#### Helping out
This release is only possible thanks to **all** the support of some **awesome people**!
Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing).
#### Where to go next?
- Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6), [Twitter](https://twitter.com/goreleaser), and [Telegram](https://t.me/goreleasernews)!
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
### [`v2.15.1`](https://github.com/goreleaser/goreleaser/releases/tag/v2.15.1)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.15.0...v2.15.1)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.15](https://goreleaser.com/blog/goreleaser-v2.15/).
#### Changelog
##### Bug fixes
- [`87a55ea`](https://github.com/goreleaser/goreleaser/commit/87a55ea68fabc19de9f8ad317b882b322e5b6b04): fix: exclude signatures and certificates from sign pipe "all" filter ([#​6509](https://github.com/goreleaser/goreleaser/issues/6509)) ([@​caarlos0](https://github.com/caarlos0) and [@​Copilot](https://github.com/Copilot))
- [`be844be`](https://github.com/goreleaser/goreleaser/commit/be844be78740a5b509cf1894b5f81505c1ba60c8): fix: retry git clone/push on transient network errors, clean up partial clones ([#​6506](https://github.com/goreleaser/goreleaser/issues/6506)) ([@​Copilot](https://github.com/Copilot) and [@​caarlos0](https://github.com/caarlos0))
- [`eb944f9`](https://github.com/goreleaser/goreleaser/commit/eb944f9b8df174f484e7fb0af8eced98c3097f9f): fix: retry snapcraft upload on 5xx error ([#​6504](https://github.com/goreleaser/goreleaser/issues/6504)) ([@​Copilot](https://github.com/Copilot) and [@​caarlos0](https://github.com/caarlos0))
- [`5b156e9`](https://github.com/goreleaser/goreleaser/commit/5b156e9f54a8a514a8275d042b40af9b6518f729): refactor: fix modernize lint issues ([#​6507](https://github.com/goreleaser/goreleaser/issues/6507)) ([@​alexandear](https://github.com/alexandear))
##### Documentation updates
- [`ed46860`](https://github.com/goreleaser/goreleaser/commit/ed46860c60771db0a21d80321d46ac05a8e4aeb9): docs: announce v2.15 ([@​caarlos0](https://github.com/caarlos0))
- [`28e97e8`](https://github.com/goreleaser/goreleaser/commit/28e97e88a73b7fe396d24dbc49729204882e4e7f): docs: v2.15 ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.15.0...v2.15.1>
#### Helping out
This release is only possible thanks to **all** the support of some **awesome people**!
Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing).
#### Where to go next?
- Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)!
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
### [`v2.15.0`](https://github.com/goreleaser/goreleaser/releases/tag/v2.15.0)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.14.3...v2.15.0)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.15](https://goreleaser.com/blog/goreleaser-v2.15/).
#### Changelog
##### New Features
- [`8cf8e11`](https://github.com/goreleaser/goreleaser/commit/8cf8e11c97e1a88a736ec8c7d63d6d98c80b9912): feat(builders/go): build ./..., better defaults ([#​6457](https://github.com/goreleaser/goreleaser/issues/6457)) ([@​caarlos0](https://github.com/caarlos0))
- [`9af5eed`](https://github.com/goreleaser/goreleaser/commit/9af5eeda5f79a977fa36a851d4b01472c5bb0577): feat(cask): add generate\_completions\_from\_executable stanza support ([#​6485](https://github.com/goreleaser/goreleaser/issues/6485)) ([@​caarlos0](https://github.com/caarlos0) and [@​Copilot](https://github.com/Copilot))
- [`e7fe177`](https://github.com/goreleaser/goreleaser/commit/e7fe1779fbbe471df5221b35a4aba4b2856552f8): feat(telegram): message thread id ([#​6442](https://github.com/goreleaser/goreleaser/issues/6442)) ([@​caarlos0](https://github.com/caarlos0))
- [`3f66a19`](https://github.com/goreleaser/goreleaser/commit/3f66a19c1219d9fe302a9ed49674496d0e7392c7): feat: added blake3 checksumming support ([#​6412](https://github.com/goreleaser/goreleaser/issues/6412)) ([@​philocalyst](https://github.com/philocalyst))
- [`cdf9453`](https://github.com/goreleaser/goreleaser/commit/cdf9453a91adda00bb42c67d32f2e2beee52bd72): feat: flatpak ([#​6448](https://github.com/goreleaser/goreleaser/issues/6448)) ([@​caarlos0](https://github.com/caarlos0))
- [`1acc920`](https://github.com/goreleaser/goreleaser/commit/1acc9207097d75ccbfebc480dcde2f6342ff6cb0): feat: retry go mod proxy on 404 with exponential backoff ([#​6440](https://github.com/goreleaser/goreleaser/issues/6440)) ([@​Copilot](https://github.com/Copilot) and [@​caarlos0](https://github.com/caarlos0))
- [`b888013`](https://github.com/goreleaser/goreleaser/commit/b888013a8f0e4c4dfc064e68a1280577c41a5124): feat: source rpm support ([#​6493](https://github.com/goreleaser/goreleaser/issues/6493)) ([@​caarlos0](https://github.com/caarlos0) and [@​Copilot](https://github.com/Copilot))
##### Bug fixes
- [`928493f`](https://github.com/goreleaser/goreleaser/commit/928493f6ca1c728e1e3c5ee3598d004bfe7d0fd4): fix(archive): use current binary for ExtraReplaces in skip ([#​6499](https://github.com/goreleaser/goreleaser/issues/6499)) ([@​cuiweixie](https://github.com/cuiweixie))
- [`c776812`](https://github.com/goreleaser/goreleaser/commit/c7768121ff1fa74a2df967d782b636e4ff4c4484): fix(docker): check if --provenance and --sbom flags are available ([#​6458](https://github.com/goreleaser/goreleaser/issues/6458)) ([@​caarlos0](https://github.com/caarlos0))
- [`4e49e3a`](https://github.com/goreleaser/goreleaser/commit/4e49e3afb78dafdc5ef46b79c555356dfda00c3a): fix(flatpak): singular ([@​caarlos0](https://github.com/caarlos0))
- [`612d843`](https://github.com/goreleaser/goreleaser/commit/612d843702991eeabd4cce424ea332cb3a62c53d): fix(go): remove windows/arm from valid build targets ([@​Sim-hu](https://github.com/Sim-hu))
- [`0b98cb5`](https://github.com/goreleaser/goreleaser/commit/0b98cb57c95a8257baf1cb94ae040986897589d8): fix(homebrew\_cask): stanza order ([#​6466](https://github.com/goreleaser/goreleaser/issues/6466)) ([@​caarlos0](https://github.com/caarlos0))
- [`9cbb3c2`](https://github.com/goreleaser/goreleaser/commit/9cbb3c2e2b63499bd9531a28deaeb4cf17790b97): fix(homebrew\_casks): use heredoc for cask caveats to handle shell metacharacters ([#​6460](https://github.com/goreleaser/goreleaser/issues/6460)) ([@​Copilot](https://github.com/Copilot) and [@​caarlos0](https://github.com/caarlos0))
- [`6f074fe`](https://github.com/goreleaser/goreleaser/commit/6f074fe80b75b2db5009eb8b3e6d92e8412b8f43): fix(rust): cargo zigbuild targets with custom glibc version ([#​6492](https://github.com/goreleaser/goreleaser/issues/6492)) ([@​caarlos0](https://github.com/caarlos0))
- [`d90710a`](https://github.com/goreleaser/goreleaser/commit/d90710af19c1e3ffe1aa3c0d605fda2b8c0ad943): fix(snapcraft): correct channel template args in fmt.Errorf ([#​6498](https://github.com/goreleaser/goreleaser/issues/6498)) ([@​cuiweixie](https://github.com/cuiweixie))
- [`75f9bf1`](https://github.com/goreleaser/goreleaser/commit/75f9bf1405400ffb65cfeff42b2dee0492149261): fix(telegram): make sure to close resp.body ([@​caarlos0](https://github.com/caarlos0))
- [`1ca5270`](https://github.com/goreleaser/goreleaser/commit/1ca52706b27398727de3aa68ad8bf2b8acf2e149): fix(telegram): message thread id is not required ([@​caarlos0](https://github.com/caarlos0))
- [`0a02951`](https://github.com/goreleaser/goreleaser/commit/0a02951366dfecdf113f8a22d3462888d8e646da): fix: add flatpak to checksums and sign ([@​caarlos0](https://github.com/caarlos0))
- [`5bc053e`](https://github.com/goreleaser/goreleaser/commit/5bc053e067e127f0167cf6b9f1e3998734e4603d): fix: better logs ([@​caarlos0](https://github.com/caarlos0))
- [`0944d9f`](https://github.com/goreleaser/goreleaser/commit/0944d9f59ea63a867d8cd3cb9c226b1f3be47bc0): fix: consistent error outputs across all pipes ([#​6441](https://github.com/goreleaser/goreleaser/issues/6441)) ([@​caarlos0](https://github.com/caarlos0) and [@​Copilot](https://github.com/Copilot))
- [`dd611ec`](https://github.com/goreleaser/goreleaser/commit/dd611ec90c08797429dbb93c1603bd2995fc9619): fix: filterOut returns excluded tag when multiple ignore\_tags are set ([#​6462](https://github.com/goreleaser/goreleaser/issues/6462)) ([@​abhay1999](https://github.com/abhay1999))
- [`44a1887`](https://github.com/goreleaser/goreleaser/commit/44a1887c43cf4d5630f16807e0bfee97127e8665): fix: lint ([@​caarlos0](https://github.com/caarlos0))
- [`50fbf9e`](https://github.com/goreleaser/goreleaser/commit/50fbf9ecd344a9515691de7ef0bbfa75e2b5e810): fix: lint ([@​caarlos0](https://github.com/caarlos0))
- [`15a1d6b`](https://github.com/goreleaser/goreleaser/commit/15a1d6bf5b94a7de76d4adc509d2bf91d2a3092e): refactor: add UploadableTypes canonical var and use it across pipes ([#​6490](https://github.com/goreleaser/goreleaser/issues/6490)) ([@​caarlos0](https://github.com/caarlos0) and [@​Copilot](https://github.com/Copilot))
##### Documentation updates
- [`a9378e4`](https://github.com/goreleaser/goreleaser/commit/a9378e420c24f3bffa2becdddf9d0dd1f104dc77): docs(deps): bump mkdocs-material from 9.7.4 to 9.7.5 in /www in the docs group ([#​6454](https://github.com/goreleaser/goreleaser/issues/6454)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`600a886`](https://github.com/goreleaser/goreleaser/commit/600a886465a2b9548711d9b2b7611cb340d995e2): docs(deps): bump mkdocs-material from 9.7.5 to 9.7.6 in /www in the docs group ([#​6469](https://github.com/goreleaser/goreleaser/issues/6469)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`fa067d1`](https://github.com/goreleaser/goreleaser/commit/fa067d157eea10efe07e88c6fab435193ba0ed5f): docs: add lang icons ([@​caarlos0](https://github.com/caarlos0))
- [`855f02c`](https://github.com/goreleaser/goreleaser/commit/855f02c78586b97605dded5f4ab9ffb20d8ec3ab): docs: better homepage ([@​caarlos0](https://github.com/caarlos0))
- [`3436aca`](https://github.com/goreleaser/goreleaser/commit/3436acabb9ec88414a53d7ae85787bea96e80323): docs: button style ([@​caarlos0](https://github.com/caarlos0))
- [`a70477d`](https://github.com/goreleaser/goreleaser/commit/a70477d8490244dcb1fd07dc734a1f6ffc64f642): docs: clarify .Binary ([@​caarlos0](https://github.com/caarlos0))
- [`a4779e3`](https://github.com/goreleaser/goreleaser/commit/a4779e30097c6b6a6bcd1d28047be649e02ea0f5): docs: fix 404 ([@​caarlos0](https://github.com/caarlos0))
- [`24b9187`](https://github.com/goreleaser/goreleaser/commit/24b91871405a08852859a459f3e5ca9cf3b921ea): docs: fix build ([@​caarlos0](https://github.com/caarlos0))
- [`a52b714`](https://github.com/goreleaser/goreleaser/commit/a52b714139de5198ce77abb77eb12ec07b2bc8b7): docs: fix favicons ([@​caarlos0](https://github.com/caarlos0))
- [`d6a070e`](https://github.com/goreleaser/goreleaser/commit/d6a070e2aad21e828cb74bb45de90229d5624466): docs: fix nsis typo ([@​caarlos0](https://github.com/caarlos0))
- [`215ac6f`](https://github.com/goreleaser/goreleaser/commit/215ac6f9814cd7db0753f602cb34654f8ff5ccb6): docs: fix static url ([#​6478](https://github.com/goreleaser/goreleaser/issues/6478)) ([@​caarlos0](https://github.com/caarlos0))
- [`de75958`](https://github.com/goreleaser/goreleaser/commit/de75958d88bb81356b7b8b40d0e32fab5b6de1dd): docs: hide screenshot on mobile ([@​caarlos0](https://github.com/caarlos0))
- [`ecbce4c`](https://github.com/goreleaser/goreleaser/commit/ecbce4c3672ad33d8dddd6f772ef21e0d713f44d): docs: improve Contributing ([@​caarlos0](https://github.com/caarlos0))
- [`1f7c7f0`](https://github.com/goreleaser/goreleaser/commit/1f7c7f0eee891c06f3240ca5e1511e8c08b49b74): docs: language icons ([@​caarlos0](https://github.com/caarlos0))
- [`fd46091`](https://github.com/goreleaser/goreleaser/commit/fd46091d58a318d07c2163b2a9886343d3dfc610): docs: less stars on mobile ([@​caarlos0](https://github.com/caarlos0))
- [`77bec10`](https://github.com/goreleaser/goreleaser/commit/77bec10d9ed6186ad019e922b10bcced891e1e03): docs: meta tags ([@​caarlos0](https://github.com/caarlos0))
- [`65216db`](https://github.com/goreleaser/goreleaser/commit/65216db4db173ddab48505b748b8a71a71d79f77): docs: new docs using hugo and hextra ([#​6474](https://github.com/goreleaser/goreleaser/issues/6474)) ([@​caarlos0](https://github.com/caarlos0) and [@​Copilot](https://github.com/Copilot))
- [`785776a`](https://github.com/goreleaser/goreleaser/commit/785776ae2e5da0d9e0c0435b3ae83d78433f2316): docs: new sponsors tool ([@​caarlos0](https://github.com/caarlos0))
- [`97c05b9`](https://github.com/goreleaser/goreleaser/commit/97c05b9cadd9fd996272aeec084181f4c43c0b62): docs: semver docs improvements ([@​caarlos0](https://github.com/caarlos0))
- [`521d96f`](https://github.com/goreleaser/goreleaser/commit/521d96fa37f2d76bd0521b34b61db95eda86ac65): docs: sponsor aliases ([@​caarlos0](https://github.com/caarlos0))
- [`1436d79`](https://github.com/goreleaser/goreleaser/commit/1436d79850df973e68c538699d5f971ecaf355fb): docs: sponsor links utm ([@​caarlos0](https://github.com/caarlos0))
- [`692fea6`](https://github.com/goreleaser/goreleaser/commit/692fea69b84f9403708db7fbf0e04dcb89884a11): docs: sponsors.md update ([@​caarlos0](https://github.com/caarlos0))
- [`399ef14`](https://github.com/goreleaser/goreleaser/commit/399ef141161f212f4e81b5d7497b84633fc712d9): docs: udpate ([@​caarlos0](https://github.com/caarlos0))
- [`bddeee6`](https://github.com/goreleaser/goreleaser/commit/bddeee6f3a0fe4eac6dc56ee09389e343b2ddb9c): fixup! docs: language icons ([@​caarlos0](https://github.com/caarlos0))
- [`367aa84`](https://github.com/goreleaser/goreleaser/commit/367aa84aea28377cef552f74dcd4d1e7407287ab): fixup! fixup! docs: language icons ([@​caarlos0](https://github.com/caarlos0))
##### Other work
- [`8cf0155`](https://github.com/goreleaser/goreleaser/commit/8cf01557b792e9d8cbc473585515437cc8b71df1): chore: note ([@​caarlos0](https://github.com/caarlos0))
- [`d9a1447`](https://github.com/goreleaser/goreleaser/commit/d9a1447505bb2bb3716a70792f641ee03add1fd8): chore: remove todo ([@​caarlos0](https://github.com/caarlos0))
- [`b48220d`](https://github.com/goreleaser/goreleaser/commit/b48220d5d7757fd322d41f40bb9e601be7befb25): ci(deps): bump the actions group with 3 updates ([#​6497](https://github.com/goreleaser/goreleaser/issues/6497)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`001e1ca`](https://github.com/goreleaser/goreleaser/commit/001e1caf50f974dd4a8f5b3404b80244157bc25c): ci(deps): bump the actions group with 4 updates ([#​6477](https://github.com/goreleaser/goreleaser/issues/6477)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`b7fc219`](https://github.com/goreleaser/goreleaser/commit/b7fc2192c92ee238bb5259e5fb28ba07c850cf8e): ci(deps): bump the actions group with 5 updates ([#​6453](https://github.com/goreleaser/goreleaser/issues/6453)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`0221846`](https://github.com/goreleaser/goreleaser/commit/0221846a31f04db25cc230523d8e4f7d9d0114da): ci(deps): bump the actions group with 7 updates ([#​6470](https://github.com/goreleaser/goreleaser/issues/6470)) ([@​dependabot](https://github.com/dependabot)\[bot])
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.14.3...v2.15.0>
#### Helping out
This release is only possible thanks to **all** the support of some **awesome people**!
Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing).
#### Where to go next?
- Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)!
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
### [`v2.14.3`](https://github.com/goreleaser/goreleaser/releases/tag/v2.14.3)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.14.2...v2.14.3)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.14](https://goreleaser.com/blog/goreleaser-v2.14/).
#### Changelog
##### Other work
- [`7cc4509`](https://github.com/goreleaser/goreleaser/commit/7cc45095d4e0bebd44c8d2bbf97823856405cfd7): chore: fix svu config ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.14.2...v2.14.3>
#### Helping out
This release is only possible thanks to **all** the support of some **awesome people**!
Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing).
#### Where to go next?
- Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)!
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
</details>
<details>
<summary>goreleaser/goreleaser-action (goreleaser/goreleaser-action)</summary>
### [`v7.1.0`](https://github.com/goreleaser/goreleaser-action/releases/tag/v7.1.0)
[Compare Source](https://github.com/goreleaser/goreleaser-action/compare/v7.0.0...v7.1.0)
#### What's Changed
- feat: verify release checksum and cosign signature by [@​caarlos0](https://github.com/caarlos0) in [#​550](https://github.com/goreleaser/goreleaser-action/pull/550)
- docs: document cosign verification in README by [@​caarlos0](https://github.com/caarlos0) in [#​553](https://github.com/goreleaser/goreleaser-action/pull/553)
- docs: Upgrade import GPG action version by [@​flecno](https://github.com/flecno) in [#​547](https://github.com/goreleaser/goreleaser-action/pull/547)
- ci: drop docker-bake in favor of plain npm by [@​caarlos0](https://github.com/caarlos0) in [#​551](https://github.com/goreleaser/goreleaser-action/pull/551)
- ci: add release-major-tag workflow by [@​caarlos0](https://github.com/caarlos0) in [#​552](https://github.com/goreleaser/goreleaser-action/pull/552)
- ci: drop pre-cosign-v3 goreleaser versions from tests by [@​caarlos0](https://github.com/caarlos0) in [#​554](https://github.com/goreleaser/goreleaser-action/pull/554)
- ci(deps): bump the actions group with 2 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​543](https://github.com/goreleaser/goreleaser-action/pull/543)
- ci(deps): bump the actions group with 5 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​546](https://github.com/goreleaser/goreleaser-action/pull/546)
- chore(deps): bump undici from 6.23.0 to 6.24.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​545](https://github.com/goreleaser/goreleaser-action/pull/545)
#### New Contributors
- [@​flecno](https://github.com/flecno) made their first contribution in [#​547](https://github.com/goreleaser/goreleaser-action/pull/547)
**Full Changelog**: <https://github.com/goreleaser/goreleaser-action/compare/v7...v7.1.0>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzNi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9nb2xhbmciXX0=-->
CSRBot
scheduled this pull request to auto merge when all checks succeed 2026-03-09 18:09:35 +01:00
CSRBot
changed title from chore(deps): update dependency goreleaser/goreleaser to v2.14.3 to chore(deps): update actions2026-04-14 12:58:51 +02:00
volker.raschek
was assigned by CSRBot2026-04-14 17:24:41 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v6.3.0→v6.4.0v4.0.0→v4.1.0v2.11.2→v2.11.4v2.14.2→v2.15.4v7.0.0→v7.1.0Release Notes
actions/setup-go (actions/setup-go)
v6.4.0Compare Source
What's Changed
Enhancement
Dependency update
Documentation update
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.4.0
docker/login-action (docker/login-action)
v4.1.0Compare Source
Full Changelog: https://github.com/docker/login-action/compare/v4.0.0...v4.1.0
golangci/golangci-lint (golangci/golangci-lint)
v2.11.4Compare Source
Released on 2026-03-22
govet-modernize: from 0.42.0 to 0.43.0noctx: from 0.5.0 to 0.5.1sqlclosecheck: from 0.5.1 to 0.6.0v2.11.3Compare Source
Released on 2026-03-10
gosec: from v2.24.7 to619ce21goreleaser/goreleaser (goreleaser/goreleaser)
v2.15.4Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.15.
Changelog
Bug fixes
d077fe1: fix(build): allow explicit binary with ellipsis when single main (@caarlos0)3140abb: fix(build): set per-binary artifact IDs for ./... builds (@caarlos0 and @Copilot)eb11599: fix(deps): quill git-lfs (#6577) (@caarlos0)343700b: fix(docker): install syft, cosign, docker, and docker-buildx from upstream releases (#6576) (@caarlos0, @kevinburkesegment, and @Copilot)87b542b: fix(homebrew_cask): sha256 before url in per-arch blocks (@kkd16)e35ff62: fix(rust): add arm- and armv7-unknown-linux-musleabihf build targets (#6581) (@mozzieongit)03735a4: fix(rust): grouping of different arm version when creating archives (#6582) (@caarlos0)1f86232: fix: gen-nix-licenses script (@caarlos0)Documentation updates
0136377: docs: clarify template vars (@caarlos0 and @SAY-5)b026ca9: docs: fix image URLs (@caarlos0)fcc53cb: docs: fix image urls (#6578) (@caarlos0)24df9ce: docs: fix include, prefix shortcodes to avoid collisions (@caarlos0)5b47f38: docs: fix version link when full version (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.15.3...v2.15.4
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.15.3Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.15.
Changelog
Security updates
d1cdbb2: sec: prevent secret leaks in logs and improve redaction (@caarlos0)Bug fixes
cba5b9f: fix(aur,krew,aursources): apply template to SkipUpload before checking its value (@caarlos0)4d1924d: fix(blob): evaluate template in provider before checking for S3 ACL support (@caarlos0)38577c6: fix(build): fix broken backtick and missing GOMIPS64 in --single-target help text (@caarlos0)ff02d82: fix(build): prevent panic when command has single element (@caarlos0)2a10e3e: fix(bun): show original target in parse error, not trimmed version (@caarlos0)88daaf3: fix(changelog): prevent panic on negative abbrev values other than -1 (@caarlos0)6c7798f: fix(changelog): use %t instead of %b for bool in debug log format (@caarlos0)f39c233: fix(checksums): prevent panic in sort when line has no double-space (@caarlos0)f8e7ec9: fix(client): off-by-one in truncateReleaseBody (#6534) (@caarlos0)d788340: fix(docker): check evaluated Dockerfile template for emptiness, not raw template (@caarlos0)921e6cb: fix(docker): fix "did you mean?" suggestion always suggesting the input name itself (@caarlos0)9e9f87c: fix(docker): prevent panic in parsePlatform with missing arch (@caarlos0)a0875e5: fix(docker): remove duplicate WithOutput in error wrapping (@caarlos0)e7a4afa: fix(dockers/v2): digest log (@caarlos0)4a9d25f: fix(gitea): fix misleading 'using master' log when default branch lookup fails (@caarlos0)1ca21f0: fix(github): nil-guard resp in updateRelease before accessing Header (@caarlos0)ff9035a: fix(http): remove double-close of response body in executeHTTPRequest (@caarlos0)50a034d: fix(nfpm): show correct value in content mtime parse error (@caarlos0)206120a: fix(opencollective): handle errors, more tests (#6512) (@caarlos0)e15276b: fix(partial): add missing ppc64le to archExtraEnvs map (@caarlos0)a05ecb8: fix(partial): use GGOMIPS64/GOMIPS64 instead of GGOMIPS/GOMIPS for mips64/mips64le (@caarlos0)f48613d: fix(redact): return 0 bytes written on underlying write failure (@caarlos0)44133de: fix(release): log correct repo name for GitLab and Gitea releases (@caarlos0)e4262d5: fix(rust): glibc version stripping for gnueabi/gnueabihf targets (@caarlos0)889107f: fix(rust): show all workspace members in error message, not just first (@caarlos0)634a0cb: fix(rust): strip custom glibc version from target for rustup command (@mozzieongit)292203e: fix(sbom): use matched filename for artifact Name instead of glob pattern (@caarlos0)053c68a: fix(srpm): remove double close of package file (@caarlos0)0099417: fix(targz): close gzip reader in Copy (@caarlos0)c2f16b9: fix(tmpl): return error instead of panicking on invalid filter regex (@caarlos0)ed201bd: fix(winget): use filepath.Join instead of path.Join for local filesystem paths (@caarlos0)a176567: fix: add retries everywhere possible (#6528) (@caarlos0)6a19ea9: fix: better log (@caarlos0)e09e23a: fix: check buildx for dockers v1 (#6526) (@caarlos0)be89f2a: fix: guard iterator bounds in gerrors Details (@caarlos0)8b77358: fix: handle io.ReadAll error in bodyOf instead of discarding it (@caarlos0)5042b84: fix: preserve original error details in git config extraction (@caarlos0)68ebdd7: fix: remove duplicate WithField in gitea client push logging (#6532) (@caarlos0)60028b1: fix: replace recursive rateLimitChecker with single check and context-aware sleep (@caarlos0)7e7f9b2: fix: use Mattermost.Color instead of Teams.Color in mattermost pipe (#6533) (@caarlos0)e31f01d: fix: use typed structs for LinkedIn API responses (@caarlos0)f236e07: refactor(http): remove global assetOpen mock pattern (@caarlos0)17d61b6: refactor(tests): simplify client tests with helpers (#6537) (@caarlos0)3dba4a6: refactor: use io.WriteString (@caarlos0)Documentation updates
9ee7477: docs(rust): document ability to specify custom glibc version (@mozzieongit)c4a137b: docs: Fix signature verification of checksum file (#6513) (@nicholasdille)5a92c1d: docs: add v2.15 banner (@caarlos0)e9c3a11: docs: ai usage guidelines (#6525) (@caarlos0)ad86abe: docs: fix output (@caarlos0)1171390: docs: regenerate favicons with transparent background (#6521) (@caarlos0)Other work
035aafd: chore: go 1.26.2 (#6547) (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.15.2...v2.15.3
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.15.2Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.15.
Changelog
Bug fixes
b5eabc8: fix(checksum): exclude signature and certificates (@caarlos0)Documentation updates
5fc0e0e: docs: add Telegram channel alongside Twitter/social links (@caarlos0 and @Copilot)Other work
8620b25: chore: fmt (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.15.1...v2.15.2
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.15.1Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.15.
Changelog
Bug fixes
87a55ea: fix: exclude signatures and certificates from sign pipe "all" filter (#6509) (@caarlos0 and @Copilot)be844be: fix: retry git clone/push on transient network errors, clean up partial clones (#6506) (@Copilot and @caarlos0)eb944f9: fix: retry snapcraft upload on 5xx error (#6504) (@Copilot and @caarlos0)5b156e9: refactor: fix modernize lint issues (#6507) (@alexandear)Documentation updates
ed46860: docs: announce v2.15 (@caarlos0)28e97e8: docs: v2.15 (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.15.0...v2.15.1
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.15.0Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.15.
Changelog
New Features
8cf8e11: feat(builders/go): build ./..., better defaults (#6457) (@caarlos0)9af5eed: feat(cask): add generate_completions_from_executable stanza support (#6485) (@caarlos0 and @Copilot)e7fe177: feat(telegram): message thread id (#6442) (@caarlos0)3f66a19: feat: added blake3 checksumming support (#6412) (@philocalyst)cdf9453: feat: flatpak (#6448) (@caarlos0)1acc920: feat: retry go mod proxy on 404 with exponential backoff (#6440) (@Copilot and @caarlos0)b888013: feat: source rpm support (#6493) (@caarlos0 and @Copilot)Bug fixes
928493f: fix(archive): use current binary for ExtraReplaces in skip (#6499) (@cuiweixie)c776812: fix(docker): check if --provenance and --sbom flags are available (#6458) (@caarlos0)4e49e3a: fix(flatpak): singular (@caarlos0)612d843: fix(go): remove windows/arm from valid build targets (@Sim-hu)0b98cb5: fix(homebrew_cask): stanza order (#6466) (@caarlos0)9cbb3c2: fix(homebrew_casks): use heredoc for cask caveats to handle shell metacharacters (#6460) (@Copilot and @caarlos0)6f074fe: fix(rust): cargo zigbuild targets with custom glibc version (#6492) (@caarlos0)d90710a: fix(snapcraft): correct channel template args in fmt.Errorf (#6498) (@cuiweixie)75f9bf1: fix(telegram): make sure to close resp.body (@caarlos0)1ca5270: fix(telegram): message thread id is not required (@caarlos0)0a02951: fix: add flatpak to checksums and sign (@caarlos0)5bc053e: fix: better logs (@caarlos0)0944d9f: fix: consistent error outputs across all pipes (#6441) (@caarlos0 and @Copilot)dd611ec: fix: filterOut returns excluded tag when multiple ignore_tags are set (#6462) (@abhay1999)44a1887: fix: lint (@caarlos0)50fbf9e: fix: lint (@caarlos0)15a1d6b: refactor: add UploadableTypes canonical var and use it across pipes (#6490) (@caarlos0 and @Copilot)Documentation updates
a9378e4: docs(deps): bump mkdocs-material from 9.7.4 to 9.7.5 in /www in the docs group (#6454) (@dependabot[bot])600a886: docs(deps): bump mkdocs-material from 9.7.5 to 9.7.6 in /www in the docs group (#6469) (@dependabot[bot])fa067d1: docs: add lang icons (@caarlos0)855f02c: docs: better homepage (@caarlos0)3436aca: docs: button style (@caarlos0)a70477d: docs: clarify .Binary (@caarlos0)a4779e3: docs: fix 404 (@caarlos0)24b9187: docs: fix build (@caarlos0)a52b714: docs: fix favicons (@caarlos0)d6a070e: docs: fix nsis typo (@caarlos0)215ac6f: docs: fix static url (#6478) (@caarlos0)de75958: docs: hide screenshot on mobile (@caarlos0)ecbce4c: docs: improve Contributing (@caarlos0)1f7c7f0: docs: language icons (@caarlos0)fd46091: docs: less stars on mobile (@caarlos0)77bec10: docs: meta tags (@caarlos0)65216db: docs: new docs using hugo and hextra (#6474) (@caarlos0 and @Copilot)785776a: docs: new sponsors tool (@caarlos0)97c05b9: docs: semver docs improvements (@caarlos0)521d96f: docs: sponsor aliases (@caarlos0)1436d79: docs: sponsor links utm (@caarlos0)692fea6: docs: sponsors.md update (@caarlos0)399ef14: docs: udpate (@caarlos0)bddeee6: fixup! docs: language icons (@caarlos0)367aa84: fixup! fixup! docs: language icons (@caarlos0)Other work
8cf0155: chore: note (@caarlos0)d9a1447: chore: remove todo (@caarlos0)b48220d: ci(deps): bump the actions group with 3 updates (#6497) (@dependabot[bot])001e1ca: ci(deps): bump the actions group with 4 updates (#6477) (@dependabot[bot])b7fc219: ci(deps): bump the actions group with 5 updates (#6453) (@dependabot[bot])0221846: ci(deps): bump the actions group with 7 updates (#6470) (@dependabot[bot])Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.14.3...v2.15.0
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.14.3Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.14.
Changelog
Other work
7cc4509: chore: fix svu config (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.14.2...v2.14.3
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
goreleaser/goreleaser-action (goreleaser/goreleaser-action)
v7.1.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v7...v7.1.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
chore(deps): update dependency goreleaser/goreleaser to v2.14.3to chore(deps): update actions544056931cto9bc4c0460f