You've already forked getidev
chore(deps): update actions #60
Reference in New Issue
Block a user
Delete Branch "renovate/actions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v6.0.1→v6.0.2v6.1.0→v6.4.0v3.6.0→v3.7.0v2.8.0→v2.11.4v2.13.2→v2.15.4Release Notes
actions/checkout (actions/checkout)
v6.0.2Compare Source
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
v6.3.0Compare Source
What's Changed
Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.3.0
v6.2.0Compare Source
What's Changed
Enhancements
Dependency updates
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.2.0
docker/login-action (docker/login-action)
v3.7.0Compare Source
scopeinput to set scopes for the authentication token by @crazy-max in #912registry-authinput by @crazy-max in #911Full Changelog: https://github.com/docker/login-action/compare/v3.6.0...v3.7.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 to619ce21v2.11.2Compare Source
Released on 2026-03-07
fmt: fix error when using thefmtcommand with explicit paths.v2.11.1Compare Source
Released on 2026-03-06
Due to an error related to AUR, some artifacts of the v2.11.0 release have not been published.
This release contains the same things as v2.11.0.
v2.11.0Compare Source
Released on 2026-03-06
errcheck: from 1.9.0 to 1.10.0 (excludecrypto/rand.Readby default)gosec: from 2.23.0 to 2.24.6 (new rules:G113,G118,G119,G120,G121,G122,G123,G408,G707)noctx: from 0.4.0 to 0.5.0 (new detection:httptest.NewRequestWithContext)prealloc: from 1.0.2 to 1.1.0revive: from 1.14.0 to 1.15.0 (⚠️ Breaking change: package-related checks moved fromvar-namingto a new rulepackage-naming)gocognit: from 1.2.0 to 1.2.1gosec: from 2.24.6 to 2.24.7unqueryvet: from 1.5.3 to 1.5.4v2.10.1Compare Source
Released on 2026-02-17
v2.10.0Compare Source
Released on 2026-02-17
ginkgolinter: from 0.22.0 to 0.23.0gosec: from 2.22.11 to 2.23.0 (new rules:G117,G602,G701,G702,G703,G704,G705,G706)staticcheck: from 0.6.1 to 0.7.0godoclint: from 0.11.1 to 0.11.2v2.9.0Compare Source
Released on 2026-02-10
arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)golines: from 0.14.0 to 0.15.0misspell: from 0.7.0 to 0.8.0revive: from v1.13.0 to v1.14.0 (new rules:epoch-naming,use-slices-sort)unqueryvet: from 1.4.0 to 1.5.3 (new options:check-n1,check-sql-injection,check-tx-leaks,allow,custom-rules)wsl_v5: from 5.3.0 to 5.6.0 (new rule:after-block)modernize: from 0.41.0 to 0.42.0prealloc: from 1.0.1 to 1.0.2protogetter: from 0.3.18 to 0.3.20goreleaser/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?
v2.14.2Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.14.
Changelog
Bug fixes
a5070ed: fix(sbom): fix Windows CI test failure in catalog_source_archives (@caarlos0 and @Copilot)89d4957: fix(telegram): chat_id should be allowed in the@channelnameform (@caarlos0)7089915: fix(telegram): improve default message template (@caarlos0)6a3f983: fix(upload): prevent sendFile race condition on Windows (@caarlos0 and @Copilot)0c0906d: fix: go1.26.1 (@caarlos0)0dfb84b: fix: improve logs (@caarlos0)53dd3b7: fix: lint (@caarlos0)Documentation updates
b2b85e0: docs(deps): bump mkdocs-material in /www in the docs group (@dependabot[bot])3227c59: docs(deps): bump mkdocs-material in /www in the docs group (@dependabot[bot])a6aee4a: docs: fix badges (@caarlos0)3722f3c: docs: improve telegram docs (@caarlos0)43ce1c2: docs: telegram link (@caarlos0)ed620f1: docs: update install.md (@caarlos0)Other work
7e53058: chore(ci): switch artifact attestations gen to actions/attest (@scop)b8b56ef: chore: add .env to .gitignore (@caarlos0)0513ddb: chore: add comment (@caarlos0)ec28ed7: ci(deps): bump the actions group with 11 updates (@dependabot[bot])b51c2e8: ci(deps): bump the actions group with 7 updates (@dependabot[bot])Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.14.1...v2.14.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.14.1Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.14.
Changelog
Security updates
6bce54f: sec(deps): update filippo.io/edwards25519 (@caarlos0)Bug fixes
6e813e9: fix(docker/v2): output in error (@caarlos0)4621880: fix(tmpl): rename toSlice to list (@caarlos0)c174134: fix(tmpl): slice -> toSlice (@caarlos0)Documentation updates
8d53236: docs: announce v2.14 (@caarlos0)c5c6637: docs: fix gemfury links (@caarlos0)79922a2: docs: fix more divider (@caarlos0)fe23919: docs: fix syntax (@caarlos0)0c1ac6d: docs: fmt (@caarlos0)ce778c3: docs: typo (@caarlos0)63e1434: docs: update github action (@caarlos0)Other work
d525fe7: chore: remove unused file (@caarlos0)fd46e47: fix (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.14.0...v2.14.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.14.0Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.14.
Changelog
New Features
3161f6d: feat(dockers/v2): allow to skip load image in snapshot for daemonless clients (#6348) (@BaptisteLalanne and @caarlos0)3368f3d: feat(dockers/v2): template platforms (#6347) (@caarlos0)cfa0bce: feat(dockers_v2): warn user if it seems like they're rebuilding binaries (#6342) (@caarlos0)de60363: feat(homebrew_cask): allow globs in manpages (#6324) (@caarlos0)34583a4: feat(nfpm): allow to filter by goamd64 (@caarlos0)c8aef2a: feat(nfpm): set archvariant in deb for goamd64 (@caarlos0)4ead70b: feat(nix): add formatter support (#6357) (@caarlos0)8df15da: feat(tmpl): englishJoin (@caarlos0)3702e4d: feat(winget): allow to set package name (#6371) (@caarlos0)bf2608c: feat(winget): update manifest schema to latest (1.12.0) (#6370) (@vedantmgoyal9)20d273b: feat: detect if binary is dynamically linked, proper nix configuration (#6346) (@caarlos0)3a92bcc: feat: extract co-authors (#6322) (@caarlos0)1c03c92: feat: go 1.25.6 (@caarlos0)a57d7b1: feat: go1.25.7 (@caarlos0)323bb9e: feat: improve gerrors (@caarlos0)086ddd5: feat: use go1.26 (@caarlos0)Security updates
4f4893f: fixup! sec: redact secrets from command outputs and logs (@caarlos0)09cd360: sec: redact secrets from command outputs and logs (@caarlos0)Bug fixes
aa3844d: fix(aur): src info should replace version with pkgver (@caarlos0)f811af1: fix(brews): brew style sorbet error (#6373) (@gliptak)1c4d6d4: fix(cask): handle WrappedIn (@caarlos0)1101aeb: fix(changelog): de-duplicate authors (@caarlos0)e008893: fix(deps): fix github enterprise urls (@caarlos0)1c79913: fix(docker): bump Go to 1.25.7 to match go.mod (@jacarui)56f411e: fix(docker): regression with new buildx versions (@caarlos0)b611c6f: fix(dockers/v2): improve log output, do not complain on driver=docker (@caarlos0)2c45558: fix(dockers/v2): improve logs (@caarlos0)a9dbf93: fix(dockers/v2): simplify code a bit (@caarlos0)b2d8862: fix(nfpm): properly handle meta packages (@caarlos0)ae1b623: fix(nix): auPatchelHook should be a dependency (#6364) (@malikwirin)075c670: fix(nix): autoPatchelfHook on Linux only (@caarlos0)fb8547c: fix(sbom): improve log output (@caarlos0)49934c3: fix(tmpl): better englishJoin, added slice (@caarlos0)8807b97: fix: better debug output (@caarlos0)7d683d7: fix: git-lfs on Dockerfile (@caarlos0)15cde46: fix: github enteprise upload URLs (@caarlos0)b5c6487: fix: lint (@caarlos0)b62b13c: fix: some rewording (@caarlos0)4b5e9fd: fix: update sha3 and minor code style update (#6350) (@caarlos0)df2bab4: fixup! fix: better debug output (@caarlos0)Documentation updates
87dfeca: docs(deps): bump mkdocs-include-markdown-plugin from 7.2.0 to 7.2.1 in /www in the docs group (#6367) (@dependabot[bot])cd3d34c: docs(deps): bump mkdocs-material in /www in the docs group (@dependabot[bot])123dbd9: docs(nfpm): document deb compression (@scop)231ed16: docs(schema): add missing zstd deb compression enum value (@scop)ea8f0eb: docs: Fix typo In Deprecation Docs on Homebrew Formulas (#6340) (@bwagner5)996d78c: docs: document artifacts.json structure (#6341) (@caarlos0 and @Copilot)100822e: docs: document how to disable manifests in dockers_v2 (@caarlos0)f7594cc: docs: gemfury link (@caarlos0)d76db96: docs: image (@caarlos0)d7e6a82: docs: preparing for v2.14 (@caarlos0)6ae4126: docs: secure fund (@caarlos0)b1e27d1: docs: udpate (@caarlos0)26d008a: docs: update sponsors (@caarlos0)Other work
2bc0d08: Apply suggestion from @caarlos0 (@caarlos0)0d408a1: chore: dockerfile (@caarlos0)c7afd06: chore: fix date (@caarlos0)782a160: chore: fmt (@caarlos0)c97cd28: chore: fmt (@caarlos0)a04cbc1: chore: move go-shellwords fork to goreleaser (#6372) (@caarlos0)ef778d3: chore: update schema-pro (@caarlos0)9056ecd: ci(deps): bump astral-sh/setup-uv in the actions group (@dependabot[bot])a32cb2c: ci(deps): bump the actions group with 4 updates (@dependabot[bot])183fae8: ci(deps): bump the actions group with 4 updates (@dependabot[bot])36bb7ce: ci(deps): bump the actions group with 4 updates (#6344) (@dependabot[bot])2b1f112: ci(deps): bump the actions group with 7 updates (#6355) (@dependabot[bot])ecc5b83: ci(deps): bump the actions group with 8 updates (#6366) (@dependabot[bot])Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.13.3...v2.14.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.13.3Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.13.
Changelog
Bug fixes
4e6cd46: fix(deps): update ko and docker/cli (#6323) (@caarlos0)11f2d52: fix: move log to debug (@caarlos0)2f44fb4: refactor: fix deprecated method usage in tests (#6325) (@caarlos0)Documentation updates
444acaa: docs(deps): bump the docs group in /www with 2 updates (#6336) (@dependabot[bot])7ebc59a: docs: Revert sponsor list removal and enforce error handling in update-sponsors.py (#6331) (@Copilot)97bea15: docs: better sponsors (#6330) (@caarlos0)2e1159b: docs: fix auto-rebuild local (@caarlos0)8b8a4d0: docs: small updates (@caarlos0)089605e: docs: update license year (@caarlos0)Other work
1945d74: ci(deps): bump cargo-bins/cargo-binstall from 1.16.5 to 1.16.6 in the actions group (#6329) (@dependabot[bot])091eb95: ci(deps): bump the actions group with 3 updates (#6320) (@dependabot[bot])2eae0db: ci(deps): bump the actions group with 4 updates (#6335) (@dependabot[bot])Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.13.2...v2.13.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?
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.13.3to chore(deps): update actionschore(deps): update actionsto Update actionsUpdate actionsto chore(deps): update actions2c7d59b52dto17a6ecab87View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.