ci: bump goreleaser to version 2

Signed-off-by: Dharsan Baskar <git@dharsanb.com>
This commit is contained in:
Dharsan Baskar
2025-10-09 10:06:55 +05:30
parent ca75f7df31
commit f82a42e41f
5 changed files with 37 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ Your system needs at least the following binaries installed:
### Fetch the additional binaries required
Please run `make install-tools` once on a fresh repository clone to download necessary developer tools.
Installed tools are listed in [.mise directory](.mise/config.toml).
Installed tools are listed in [.mise directory](.config/mise.toml).
### Configure your git for the "Certificate of Origin"
@@ -94,7 +94,7 @@ We also have other tests:
All these tests are run on every PR/tagged release. See [.github/workflows](.github/workflows) for more details.
We use [GoReleaser to build](.goreleaser.yml).
We use [GoReleaser to build](.config/goreleaser.yml).
## Regular development activities / maintenance