From 80368f600919fab76403196d71621ce0c73c2273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:58:14 +0000 Subject: [PATCH 1/2] chore(deps): bump goreleaser/goreleaser-action from 6 to 7 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6 to 7. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6...v7) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index ffaaa15..4185fe5 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -20,7 +20,7 @@ jobs: with: go-version: "1.22.x" - name: Release Binaries - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: distribution: goreleaser version: latest From b176698ae68bbca9d18727e196185e3589a7c105 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 24 Feb 2026 13:16:52 +1100 Subject: [PATCH 2/2] chore(release): modernise goreleaser config --- .github/workflows/release-binaries.yml | 2 +- .goreleaser.yaml | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 4185fe5..5eca0d3 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.22.x" + go-version: "1.25.x" - name: Release Binaries uses: goreleaser/goreleaser-action@v7 with: diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4b65867..2fd9e27 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,5 +1,3 @@ -# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json - version: 2 builds: - main: ./car @@ -12,14 +10,21 @@ builds: goarch: - 'amd64' - 'arm64' + mod_timestamp: '{{.CommitTimestamp}}' + env: + - CGO_ENABLED=0 universal_binaries: - replace: true archives: - - format_overrides: - - goos: windows - format: zip - - goos: darwin - format: zip + - formats: + - tar.gz + format_overrides: + - goos: windows + formats: + - zip + - goos: darwin + formats: + - zip release: mode: keep-existing changelog: