chore(deps): update actions #88

Merged
volker.raschek merged 1 commits from renovate/actions into master 2026-04-21 17:04:06 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
actions/setup-go action minor v6.3.0v6.4.0
docker/login-action action minor v4.0.0v4.1.0
golangci/golangci-lint uses-with patch v2.11.2v2.11.4
goreleaser/goreleaser minor v2.14.2v2.15.4
goreleaser/goreleaser-action action minor v7.0.0v7.1.0

Release Notes

actions/setup-go (actions/setup-go)

v6.4.0

Compare Source

What's Changed
Enhancement
  • Add go-download-base-url input for custom Go distributions by @​gdams in #​721
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.0

Compare Source

Full Changelog: https://github.com/docker/login-action/compare/v4.0.0...v4.1.0

golangci/golangci-lint (golangci/golangci-lint)

v2.11.4

Compare Source

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

Compare Source

Released on 2026-03-10

  1. Linters bug fixes
goreleaser/goreleaser (goreleaser/goreleaser)

v2.15.4

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.15.

Changelog

Bug fixes
Documentation updates

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?

GoReleaser logo

v2.15.3

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.15.

Changelog

Security updates
Bug fixes
Documentation updates
Other work

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?

GoReleaser logo

v2.15.2

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.15.

Changelog

Bug fixes
Documentation updates
Other work

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?

GoReleaser logo

v2.15.1

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.15.

Changelog

Bug fixes
Documentation updates

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?

GoReleaser logo

v2.15.0

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.15.

Changelog

New Features
Bug fixes
Documentation updates
Other work

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?

GoReleaser logo

v2.14.3

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.14.

Changelog

Other work

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 logo

goreleaser/goreleaser-action (goreleaser/goreleaser-action)

v7.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v7...v7.1.0


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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

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 [@&#8203;gdams](https://github.com/gdams) in [#&#8203;721](https://github.com/actions/setup-go/pull/721) ##### Dependency update - Upgrade minimatch from 3.1.2 to 3.1.5 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;727](https://github.com/actions/setup-go/pull/727) ##### Documentation update - Rearrange README.md, add advanced-usage.md by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;724](https://github.com/actions/setup-go/pull/724) - Fix Microsoft build of Go link by [@&#8203;gdams](https://github.com/gdams) in [#&#8203;734](https://github.com/actions/setup-go/pull/734) ##### New Contributors - [@&#8203;gdams](https://github.com/gdams) made their first contribution in [#&#8203;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 [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;945](https://github.com/docker/login-action/pull/945) - Bump [@&#8203;aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) and [@&#8203;aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.1020.0 in [#&#8203;930](https://github.com/docker/login-action/pull/930) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.77.0 to 0.86.0 in [#&#8203;932](https://github.com/docker/login-action/pull/932) [#&#8203;936](https://github.com/docker/login-action/pull/936) - Bump brace-expansion from 1.1.12 to 1.1.13 in [#&#8203;952](https://github.com/docker/login-action/pull/952) - Bump fast-xml-parser from 5.3.4 to 5.3.6 in [#&#8203;942](https://github.com/docker/login-action/pull/942) - Bump flatted from 3.3.3 to 3.4.2 in [#&#8203;944](https://github.com/docker/login-action/pull/944) - Bump glob from 10.3.12 to 10.5.0 in [#&#8203;940](https://github.com/docker/login-action/pull/940) - Bump handlebars from 4.7.8 to 4.7.9 in [#&#8203;949](https://github.com/docker/login-action/pull/949) - Bump http-proxy-agent and https-proxy-agent to 8.0.0 in [#&#8203;937](https://github.com/docker/login-action/pull/937) - Bump lodash from 4.17.23 to 4.18.1 in [#&#8203;958](https://github.com/docker/login-action/pull/958) - Bump minimatch from 3.1.2 to 3.1.5 in [#&#8203;941](https://github.com/docker/login-action/pull/941) - Bump picomatch from 4.0.3 to 4.0.4 in [#&#8203;948](https://github.com/docker/login-action/pull/948) - Bump undici from 6.23.0 to 6.24.1 in [#&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`3140abb`](https://github.com/goreleaser/goreleaser/commit/3140abb162e23ff77ebf27ca4094c6f7bdbd6c47): fix(build): set per-binary artifact IDs for ./... builds ([@&#8203;caarlos0](https://github.com/caarlos0) and [@&#8203;Copilot](https://github.com/Copilot)) - [`eb11599`](https://github.com/goreleaser/goreleaser/commit/eb11599419e9f1004397d7aa6dbb3128a9d7128c): fix(deps): quill git-lfs ([#&#8203;6577](https://github.com/goreleaser/goreleaser/issues/6577)) ([@&#8203;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 ([#&#8203;6576](https://github.com/goreleaser/goreleaser/issues/6576)) ([@&#8203;caarlos0](https://github.com/caarlos0), [@&#8203;kevinburkesegment](https://github.com/kevinburkesegment), and [@&#8203;Copilot](https://github.com/Copilot)) - [`87b542b`](https://github.com/goreleaser/goreleaser/commit/87b542bc0d7c31942154d1f9df1e3e15f1c7d7d9): fix(homebrew\_cask): sha256 before url in per-arch blocks ([@&#8203;kkd16](https://github.com/kkd16)) - [`e35ff62`](https://github.com/goreleaser/goreleaser/commit/e35ff62839fd569357d70a9b9174bec56338a577): fix(rust): add arm- and armv7-unknown-linux-musleabihf build targets ([#&#8203;6581](https://github.com/goreleaser/goreleaser/issues/6581)) ([@&#8203;mozzieongit](https://github.com/mozzieongit)) - [`03735a4`](https://github.com/goreleaser/goreleaser/commit/03735a41036a25f03662cd75e169458403c64fc3): fix(rust): grouping of different arm version when creating archives ([#&#8203;6582](https://github.com/goreleaser/goreleaser/issues/6582)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`1f86232`](https://github.com/goreleaser/goreleaser/commit/1f8623275212b1482ae230ba06f05fa898bb52e0): fix: gen-nix-licenses script ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Documentation updates - [`0136377`](https://github.com/goreleaser/goreleaser/commit/0136377e45d20e9651bde9089e8dce0f26ab9ad5): docs: clarify template vars ([@&#8203;caarlos0](https://github.com/caarlos0) and [@&#8203;SAY-5](https://github.com/SAY-5)) - [`b026ca9`](https://github.com/goreleaser/goreleaser/commit/b026ca93356699c1d9e9ae0e2df005f484adbe3c): docs: fix image URLs ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`fcc53cb`](https://github.com/goreleaser/goreleaser/commit/fcc53cb09f326ad90956a008cb1c67f163086559): docs: fix image urls ([#&#8203;6578](https://github.com/goreleaser/goreleaser/issues/6578)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`24df9ce`](https://github.com/goreleaser/goreleaser/commit/24df9cef7dfd7b678f65ad7d844a536263e6ef01): docs: fix include, prefix shortcodes to avoid collisions ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`5b47f38`](https://github.com/goreleaser/goreleaser/commit/5b47f38526c0718888defc7e19c11fdef97d123e): docs: fix version link when full version ([@&#8203;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 ([@&#8203;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 ([@&#8203;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 ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`ff02d82`](https://github.com/goreleaser/goreleaser/commit/ff02d82d90acf321ea7f361a2a71b41aa2cd259e): fix(build): prevent panic when command has single element ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`2a10e3e`](https://github.com/goreleaser/goreleaser/commit/2a10e3edf6d1883b59f0b2573dacb9dc5df24bb5): fix(bun): show original target in parse error, not trimmed version ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`88daaf3`](https://github.com/goreleaser/goreleaser/commit/88daaf34fc39dcb5a4bfb4d3385dfff5acedbc24): fix(changelog): prevent panic on negative abbrev values other than -1 ([@&#8203;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 ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`f8e7ec9`](https://github.com/goreleaser/goreleaser/commit/f8e7ec99186d3d4f2b81381c8f2f779938058623): fix(client): off-by-one in truncateReleaseBody ([#&#8203;6534](https://github.com/goreleaser/goreleaser/issues/6534)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`d788340`](https://github.com/goreleaser/goreleaser/commit/d7883409bb192fc9f8ad1d69c7546d0519cce1df): fix(docker): check evaluated Dockerfile template for emptiness, not raw template ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`9e9f87c`](https://github.com/goreleaser/goreleaser/commit/9e9f87cb14664df55e821ab60f21d8583a91f9dd): fix(docker): prevent panic in parsePlatform with missing arch ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`a0875e5`](https://github.com/goreleaser/goreleaser/commit/a0875e57d1fa6db8128fa44eaf5231f58433f19c): fix(docker): remove duplicate WithOutput in error wrapping ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`e7a4afa`](https://github.com/goreleaser/goreleaser/commit/e7a4afa60ec87e60984c5a0c96824cd6dd3bd1af): fix(dockers/v2): digest log ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`1ca21f0`](https://github.com/goreleaser/goreleaser/commit/1ca21f0effe7287cb7a16d237023eb8cb668bcba): fix(github): nil-guard resp in updateRelease before accessing Header ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`ff9035a`](https://github.com/goreleaser/goreleaser/commit/ff9035a872c0a9c989e6081fab1c89569cafaa87): fix(http): remove double-close of response body in executeHTTPRequest ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`50a034d`](https://github.com/goreleaser/goreleaser/commit/50a034dd0f1cf04c625da560bb35765b714bc30e): fix(nfpm): show correct value in content mtime parse error ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`206120a`](https://github.com/goreleaser/goreleaser/commit/206120a80e9997c1761e296ad6c4f2c29dd61bf7): fix(opencollective): handle errors, more tests ([#&#8203;6512](https://github.com/goreleaser/goreleaser/issues/6512)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`e15276b`](https://github.com/goreleaser/goreleaser/commit/e15276bb19593afdfe8cf3d5239e6399b0aa625e): fix(partial): add missing ppc64le to archExtraEnvs map ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`f48613d`](https://github.com/goreleaser/goreleaser/commit/f48613d9a8f169ff84163878a1dbce46da45f55a): fix(redact): return 0 bytes written on underlying write failure ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`44133de`](https://github.com/goreleaser/goreleaser/commit/44133de0edf43fa97af11a3871534b8594fa6bc3): fix(release): log correct repo name for GitLab and Gitea releases ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`e4262d5`](https://github.com/goreleaser/goreleaser/commit/e4262d5d00599b2bb20a7e521cd5ece75387ef41): fix(rust): glibc version stripping for gnueabi/gnueabihf targets ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`634a0cb`](https://github.com/goreleaser/goreleaser/commit/634a0cbf273ad6b26c1deff171c3d046845a5281): fix(rust): strip custom glibc version from target for rustup command ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`053c68a`](https://github.com/goreleaser/goreleaser/commit/053c68a05c006c3ab4e7e5c73eb6bf9877b09154): fix(srpm): remove double close of package file ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`0099417`](https://github.com/goreleaser/goreleaser/commit/0099417f305938d022f94efadf0e3a71a9eca1e4): fix(targz): close gzip reader in Copy ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`c2f16b9`](https://github.com/goreleaser/goreleaser/commit/c2f16b97f02364434fd61f487fc8c5f23dc445a6): fix(tmpl): return error instead of panicking on invalid filter regex ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`a176567`](https://github.com/goreleaser/goreleaser/commit/a176567869ad67dbac690a4632d853b3b85965c2): fix: add retries everywhere possible ([#&#8203;6528](https://github.com/goreleaser/goreleaser/issues/6528)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`6a19ea9`](https://github.com/goreleaser/goreleaser/commit/6a19ea9092d89b2d00f3f403ac693135a3dff6fb): fix: better log ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`e09e23a`](https://github.com/goreleaser/goreleaser/commit/e09e23a71c820afbb9f5144666a25ad50616c04c): fix: check buildx for dockers v1 ([#&#8203;6526](https://github.com/goreleaser/goreleaser/issues/6526)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`be89f2a`](https://github.com/goreleaser/goreleaser/commit/be89f2a6439970eded91463b6b70475738e3b3cf): fix: guard iterator bounds in gerrors Details ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`8b77358`](https://github.com/goreleaser/goreleaser/commit/8b77358c4e06d3fd1d0a72372cc22f6509dfb7c8): fix: handle io.ReadAll error in bodyOf instead of discarding it ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`5042b84`](https://github.com/goreleaser/goreleaser/commit/5042b84f120e5c2c48d110ffcce3bba1259f2761): fix: preserve original error details in git config extraction ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`68ebdd7`](https://github.com/goreleaser/goreleaser/commit/68ebdd7de05ae4cf3119e70562437a9fd8787327): fix: remove duplicate WithField in gitea client push logging ([#&#8203;6532](https://github.com/goreleaser/goreleaser/issues/6532)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`60028b1`](https://github.com/goreleaser/goreleaser/commit/60028b19eb6845164ed7bac541032efe1b07fe14): fix: replace recursive rateLimitChecker with single check and context-aware sleep ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`7e7f9b2`](https://github.com/goreleaser/goreleaser/commit/7e7f9b276bf4eda3e339131075c9b77ea040d887): fix: use Mattermost.Color instead of Teams.Color in mattermost pipe ([#&#8203;6533](https://github.com/goreleaser/goreleaser/issues/6533)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`e31f01d`](https://github.com/goreleaser/goreleaser/commit/e31f01d110a1868791a2b8d3d150e8b52fa9ae59): fix: use typed structs for LinkedIn API responses ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`f236e07`](https://github.com/goreleaser/goreleaser/commit/f236e072ec3c43f115fec902ccf716e3c502c243): refactor(http): remove global assetOpen mock pattern ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`17d61b6`](https://github.com/goreleaser/goreleaser/commit/17d61b648cb2827b95e1b02a77fca2ae9b45418c): refactor(tests): simplify client tests with helpers ([#&#8203;6537](https://github.com/goreleaser/goreleaser/issues/6537)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`3dba4a6`](https://github.com/goreleaser/goreleaser/commit/3dba4a68b4fa7bf37b485410460507b51938b1cb): refactor: use io.WriteString ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Documentation updates - [`9ee7477`](https://github.com/goreleaser/goreleaser/commit/9ee747772c1de65a2f1deb5da5cd1d8fecbbbb30): docs(rust): document ability to specify custom glibc version ([@&#8203;mozzieongit](https://github.com/mozzieongit)) - [`c4a137b`](https://github.com/goreleaser/goreleaser/commit/c4a137b35523468750cc7be98cf4fc04e42a55da): docs: Fix signature verification of checksum file ([#&#8203;6513](https://github.com/goreleaser/goreleaser/issues/6513)) ([@&#8203;nicholasdille](https://github.com/nicholasdille)) - [`5a92c1d`](https://github.com/goreleaser/goreleaser/commit/5a92c1d1ae82ed4fdf6a2a6523a2d18488273e10): docs: add v2.15 banner ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`e9c3a11`](https://github.com/goreleaser/goreleaser/commit/e9c3a11252be0666428cd1ee664b3feb9c8b732d): docs: ai usage guidelines ([#&#8203;6525](https://github.com/goreleaser/goreleaser/issues/6525)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`ad86abe`](https://github.com/goreleaser/goreleaser/commit/ad86abefc412d1d9aba91e797dd7618c8919caa0): docs: fix output ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`1171390`](https://github.com/goreleaser/goreleaser/commit/1171390511bd45973f2581aaf1dcad0e15827758): docs: regenerate favicons with transparent background ([#&#8203;6521](https://github.com/goreleaser/goreleaser/issues/6521)) ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Other work - [`035aafd`](https://github.com/goreleaser/goreleaser/commit/035aafd0b90148bda31bded0917b5b040a04e545): chore: go 1.26.2 ([#&#8203;6547](https://github.com/goreleaser/goreleaser/issues/6547)) ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Documentation updates - [`5fc0e0e`](https://github.com/goreleaser/goreleaser/commit/5fc0e0e9916d0aae9ccb0673b9df234615d8daf6): docs: add Telegram channel alongside Twitter/social links ([@&#8203;caarlos0](https://github.com/caarlos0) and [@&#8203;Copilot](https://github.com/Copilot)) ##### Other work - [`8620b25`](https://github.com/goreleaser/goreleaser/commit/8620b255082c050ba3ff41e611f6e4b15846639d): chore: fmt ([@&#8203;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 ([#&#8203;6509](https://github.com/goreleaser/goreleaser/issues/6509)) ([@&#8203;caarlos0](https://github.com/caarlos0) and [@&#8203;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 ([#&#8203;6506](https://github.com/goreleaser/goreleaser/issues/6506)) ([@&#8203;Copilot](https://github.com/Copilot) and [@&#8203;caarlos0](https://github.com/caarlos0)) - [`eb944f9`](https://github.com/goreleaser/goreleaser/commit/eb944f9b8df174f484e7fb0af8eced98c3097f9f): fix: retry snapcraft upload on 5xx error ([#&#8203;6504](https://github.com/goreleaser/goreleaser/issues/6504)) ([@&#8203;Copilot](https://github.com/Copilot) and [@&#8203;caarlos0](https://github.com/caarlos0)) - [`5b156e9`](https://github.com/goreleaser/goreleaser/commit/5b156e9f54a8a514a8275d042b40af9b6518f729): refactor: fix modernize lint issues ([#&#8203;6507](https://github.com/goreleaser/goreleaser/issues/6507)) ([@&#8203;alexandear](https://github.com/alexandear)) ##### Documentation updates - [`ed46860`](https://github.com/goreleaser/goreleaser/commit/ed46860c60771db0a21d80321d46ac05a8e4aeb9): docs: announce v2.15 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`28e97e8`](https://github.com/goreleaser/goreleaser/commit/28e97e88a73b7fe396d24dbc49729204882e4e7f): docs: v2.15 ([@&#8203;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 ([#&#8203;6457](https://github.com/goreleaser/goreleaser/issues/6457)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`9af5eed`](https://github.com/goreleaser/goreleaser/commit/9af5eeda5f79a977fa36a851d4b01472c5bb0577): feat(cask): add generate\_completions\_from\_executable stanza support ([#&#8203;6485](https://github.com/goreleaser/goreleaser/issues/6485)) ([@&#8203;caarlos0](https://github.com/caarlos0) and [@&#8203;Copilot](https://github.com/Copilot)) - [`e7fe177`](https://github.com/goreleaser/goreleaser/commit/e7fe1779fbbe471df5221b35a4aba4b2856552f8): feat(telegram): message thread id ([#&#8203;6442](https://github.com/goreleaser/goreleaser/issues/6442)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`3f66a19`](https://github.com/goreleaser/goreleaser/commit/3f66a19c1219d9fe302a9ed49674496d0e7392c7): feat: added blake3 checksumming support ([#&#8203;6412](https://github.com/goreleaser/goreleaser/issues/6412)) ([@&#8203;philocalyst](https://github.com/philocalyst)) - [`cdf9453`](https://github.com/goreleaser/goreleaser/commit/cdf9453a91adda00bb42c67d32f2e2beee52bd72): feat: flatpak ([#&#8203;6448](https://github.com/goreleaser/goreleaser/issues/6448)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`1acc920`](https://github.com/goreleaser/goreleaser/commit/1acc9207097d75ccbfebc480dcde2f6342ff6cb0): feat: retry go mod proxy on 404 with exponential backoff ([#&#8203;6440](https://github.com/goreleaser/goreleaser/issues/6440)) ([@&#8203;Copilot](https://github.com/Copilot) and [@&#8203;caarlos0](https://github.com/caarlos0)) - [`b888013`](https://github.com/goreleaser/goreleaser/commit/b888013a8f0e4c4dfc064e68a1280577c41a5124): feat: source rpm support ([#&#8203;6493](https://github.com/goreleaser/goreleaser/issues/6493)) ([@&#8203;caarlos0](https://github.com/caarlos0) and [@&#8203;Copilot](https://github.com/Copilot)) ##### Bug fixes - [`928493f`](https://github.com/goreleaser/goreleaser/commit/928493f6ca1c728e1e3c5ee3598d004bfe7d0fd4): fix(archive): use current binary for ExtraReplaces in skip ([#&#8203;6499](https://github.com/goreleaser/goreleaser/issues/6499)) ([@&#8203;cuiweixie](https://github.com/cuiweixie)) - [`c776812`](https://github.com/goreleaser/goreleaser/commit/c7768121ff1fa74a2df967d782b636e4ff4c4484): fix(docker): check if --provenance and --sbom flags are available ([#&#8203;6458](https://github.com/goreleaser/goreleaser/issues/6458)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`4e49e3a`](https://github.com/goreleaser/goreleaser/commit/4e49e3afb78dafdc5ef46b79c555356dfda00c3a): fix(flatpak): singular ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`612d843`](https://github.com/goreleaser/goreleaser/commit/612d843702991eeabd4cce424ea332cb3a62c53d): fix(go): remove windows/arm from valid build targets ([@&#8203;Sim-hu](https://github.com/Sim-hu)) - [`0b98cb5`](https://github.com/goreleaser/goreleaser/commit/0b98cb57c95a8257baf1cb94ae040986897589d8): fix(homebrew\_cask): stanza order ([#&#8203;6466](https://github.com/goreleaser/goreleaser/issues/6466)) ([@&#8203;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 ([#&#8203;6460](https://github.com/goreleaser/goreleaser/issues/6460)) ([@&#8203;Copilot](https://github.com/Copilot) and [@&#8203;caarlos0](https://github.com/caarlos0)) - [`6f074fe`](https://github.com/goreleaser/goreleaser/commit/6f074fe80b75b2db5009eb8b3e6d92e8412b8f43): fix(rust): cargo zigbuild targets with custom glibc version ([#&#8203;6492](https://github.com/goreleaser/goreleaser/issues/6492)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`d90710a`](https://github.com/goreleaser/goreleaser/commit/d90710af19c1e3ffe1aa3c0d605fda2b8c0ad943): fix(snapcraft): correct channel template args in fmt.Errorf ([#&#8203;6498](https://github.com/goreleaser/goreleaser/issues/6498)) ([@&#8203;cuiweixie](https://github.com/cuiweixie)) - [`75f9bf1`](https://github.com/goreleaser/goreleaser/commit/75f9bf1405400ffb65cfeff42b2dee0492149261): fix(telegram): make sure to close resp.body ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`1ca5270`](https://github.com/goreleaser/goreleaser/commit/1ca52706b27398727de3aa68ad8bf2b8acf2e149): fix(telegram): message thread id is not required ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`0a02951`](https://github.com/goreleaser/goreleaser/commit/0a02951366dfecdf113f8a22d3462888d8e646da): fix: add flatpak to checksums and sign ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`5bc053e`](https://github.com/goreleaser/goreleaser/commit/5bc053e067e127f0167cf6b9f1e3998734e4603d): fix: better logs ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`0944d9f`](https://github.com/goreleaser/goreleaser/commit/0944d9f59ea63a867d8cd3cb9c226b1f3be47bc0): fix: consistent error outputs across all pipes ([#&#8203;6441](https://github.com/goreleaser/goreleaser/issues/6441)) ([@&#8203;caarlos0](https://github.com/caarlos0) and [@&#8203;Copilot](https://github.com/Copilot)) - [`dd611ec`](https://github.com/goreleaser/goreleaser/commit/dd611ec90c08797429dbb93c1603bd2995fc9619): fix: filterOut returns excluded tag when multiple ignore\_tags are set ([#&#8203;6462](https://github.com/goreleaser/goreleaser/issues/6462)) ([@&#8203;abhay1999](https://github.com/abhay1999)) - [`44a1887`](https://github.com/goreleaser/goreleaser/commit/44a1887c43cf4d5630f16807e0bfee97127e8665): fix: lint ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`50fbf9e`](https://github.com/goreleaser/goreleaser/commit/50fbf9ecd344a9515691de7ef0bbfa75e2b5e810): fix: lint ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`15a1d6b`](https://github.com/goreleaser/goreleaser/commit/15a1d6bf5b94a7de76d4adc509d2bf91d2a3092e): refactor: add UploadableTypes canonical var and use it across pipes ([#&#8203;6490](https://github.com/goreleaser/goreleaser/issues/6490)) ([@&#8203;caarlos0](https://github.com/caarlos0) and [@&#8203;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 ([#&#8203;6454](https://github.com/goreleaser/goreleaser/issues/6454)) ([@&#8203;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 ([#&#8203;6469](https://github.com/goreleaser/goreleaser/issues/6469)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`fa067d1`](https://github.com/goreleaser/goreleaser/commit/fa067d157eea10efe07e88c6fab435193ba0ed5f): docs: add lang icons ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`855f02c`](https://github.com/goreleaser/goreleaser/commit/855f02c78586b97605dded5f4ab9ffb20d8ec3ab): docs: better homepage ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`3436aca`](https://github.com/goreleaser/goreleaser/commit/3436acabb9ec88414a53d7ae85787bea96e80323): docs: button style ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`a70477d`](https://github.com/goreleaser/goreleaser/commit/a70477d8490244dcb1fd07dc734a1f6ffc64f642): docs: clarify .Binary ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`a4779e3`](https://github.com/goreleaser/goreleaser/commit/a4779e30097c6b6a6bcd1d28047be649e02ea0f5): docs: fix 404 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`24b9187`](https://github.com/goreleaser/goreleaser/commit/24b91871405a08852859a459f3e5ca9cf3b921ea): docs: fix build ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`a52b714`](https://github.com/goreleaser/goreleaser/commit/a52b714139de5198ce77abb77eb12ec07b2bc8b7): docs: fix favicons ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`d6a070e`](https://github.com/goreleaser/goreleaser/commit/d6a070e2aad21e828cb74bb45de90229d5624466): docs: fix nsis typo ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`215ac6f`](https://github.com/goreleaser/goreleaser/commit/215ac6f9814cd7db0753f602cb34654f8ff5ccb6): docs: fix static url ([#&#8203;6478](https://github.com/goreleaser/goreleaser/issues/6478)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`de75958`](https://github.com/goreleaser/goreleaser/commit/de75958d88bb81356b7b8b40d0e32fab5b6de1dd): docs: hide screenshot on mobile ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`ecbce4c`](https://github.com/goreleaser/goreleaser/commit/ecbce4c3672ad33d8dddd6f772ef21e0d713f44d): docs: improve Contributing ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`1f7c7f0`](https://github.com/goreleaser/goreleaser/commit/1f7c7f0eee891c06f3240ca5e1511e8c08b49b74): docs: language icons ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`fd46091`](https://github.com/goreleaser/goreleaser/commit/fd46091d58a318d07c2163b2a9886343d3dfc610): docs: less stars on mobile ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`77bec10`](https://github.com/goreleaser/goreleaser/commit/77bec10d9ed6186ad019e922b10bcced891e1e03): docs: meta tags ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`65216db`](https://github.com/goreleaser/goreleaser/commit/65216db4db173ddab48505b748b8a71a71d79f77): docs: new docs using hugo and hextra ([#&#8203;6474](https://github.com/goreleaser/goreleaser/issues/6474)) ([@&#8203;caarlos0](https://github.com/caarlos0) and [@&#8203;Copilot](https://github.com/Copilot)) - [`785776a`](https://github.com/goreleaser/goreleaser/commit/785776ae2e5da0d9e0c0435b3ae83d78433f2316): docs: new sponsors tool ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`97c05b9`](https://github.com/goreleaser/goreleaser/commit/97c05b9cadd9fd996272aeec084181f4c43c0b62): docs: semver docs improvements ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`521d96f`](https://github.com/goreleaser/goreleaser/commit/521d96fa37f2d76bd0521b34b61db95eda86ac65): docs: sponsor aliases ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`1436d79`](https://github.com/goreleaser/goreleaser/commit/1436d79850df973e68c538699d5f971ecaf355fb): docs: sponsor links utm ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`692fea6`](https://github.com/goreleaser/goreleaser/commit/692fea69b84f9403708db7fbf0e04dcb89884a11): docs: sponsors.md update ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`399ef14`](https://github.com/goreleaser/goreleaser/commit/399ef141161f212f4e81b5d7497b84633fc712d9): docs: udpate ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`bddeee6`](https://github.com/goreleaser/goreleaser/commit/bddeee6f3a0fe4eac6dc56ee09389e343b2ddb9c): fixup! docs: language icons ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`367aa84`](https://github.com/goreleaser/goreleaser/commit/367aa84aea28377cef552f74dcd4d1e7407287ab): fixup! fixup! docs: language icons ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Other work - [`8cf0155`](https://github.com/goreleaser/goreleaser/commit/8cf01557b792e9d8cbc473585515437cc8b71df1): chore: note ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`d9a1447`](https://github.com/goreleaser/goreleaser/commit/d9a1447505bb2bb3716a70792f641ee03add1fd8): chore: remove todo ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`b48220d`](https://github.com/goreleaser/goreleaser/commit/b48220d5d7757fd322d41f40bb9e601be7befb25): ci(deps): bump the actions group with 3 updates ([#&#8203;6497](https://github.com/goreleaser/goreleaser/issues/6497)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`001e1ca`](https://github.com/goreleaser/goreleaser/commit/001e1caf50f974dd4a8f5b3404b80244157bc25c): ci(deps): bump the actions group with 4 updates ([#&#8203;6477](https://github.com/goreleaser/goreleaser/issues/6477)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b7fc219`](https://github.com/goreleaser/goreleaser/commit/b7fc2192c92ee238bb5259e5fb28ba07c850cf8e): ci(deps): bump the actions group with 5 updates ([#&#8203;6453](https://github.com/goreleaser/goreleaser/issues/6453)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0221846`](https://github.com/goreleaser/goreleaser/commit/0221846a31f04db25cc230523d8e4f7d9d0114da): ci(deps): bump the actions group with 7 updates ([#&#8203;6470](https://github.com/goreleaser/goreleaser/issues/6470)) ([@&#8203;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 ([@&#8203;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 [@&#8203;caarlos0](https://github.com/caarlos0) in [#&#8203;550](https://github.com/goreleaser/goreleaser-action/pull/550) - docs: document cosign verification in README by [@&#8203;caarlos0](https://github.com/caarlos0) in [#&#8203;553](https://github.com/goreleaser/goreleaser-action/pull/553) - docs: Upgrade import GPG action version by [@&#8203;flecno](https://github.com/flecno) in [#&#8203;547](https://github.com/goreleaser/goreleaser-action/pull/547) - ci: drop docker-bake in favor of plain npm by [@&#8203;caarlos0](https://github.com/caarlos0) in [#&#8203;551](https://github.com/goreleaser/goreleaser-action/pull/551) - ci: add release-major-tag workflow by [@&#8203;caarlos0](https://github.com/caarlos0) in [#&#8203;552](https://github.com/goreleaser/goreleaser-action/pull/552) - ci: drop pre-cosign-v3 goreleaser versions from tests by [@&#8203;caarlos0](https://github.com/caarlos0) in [#&#8203;554](https://github.com/goreleaser/goreleaser-action/pull/554) - ci(deps): bump the actions group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;543](https://github.com/goreleaser/goreleaser-action/pull/543) - ci(deps): bump the actions group with 5 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;546](https://github.com/goreleaser/goreleaser-action/pull/546) - chore(deps): bump undici from 6.23.0 to 6.24.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;545](https://github.com/goreleaser/goreleaser-action/pull/545) #### New Contributors - [@&#8203;flecno](https://github.com/flecno) made their first contribution in [#&#8203;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 actions 2026-04-14 12:58:51 +02:00
volker.raschek was assigned by CSRBot 2026-04-14 17:24:41 +02:00
CSRBot added 1 commit 2026-04-21 16:10:31 +02:00
chore(deps): update actions
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 26s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 23s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 8s
Lint Markdown files / Run markdown linter (pull_request) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 57s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 1m4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 36s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 16s
9bc4c0460f
CSRBot force-pushed renovate/actions from 544056931c to 9bc4c0460f 2026-04-21 16:10:32 +02:00 Compare
volker.raschek merged commit 86dc3b1c53 into master 2026-04-21 17:04:06 +02:00
volker.raschek deleted branch renovate/actions 2026-04-21 17:04:07 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/getpsrc#88