diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a414bdc6..8a471390 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,13 +17,13 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.22.x - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3 with: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser version: latest - args: release --rm-dist + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.goreleaser.yml b/.goreleaser.yml index fff680bd..332d2e32 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -101,14 +101,6 @@ archives: # Since: v1.11 strip_parent_binary_folder: true - # This will make the destination paths be relative to the longest common - # path prefix between all the files matched and the source glob. - # Enabling this essentially mimic the behavior of nfpm's contents section. - # It will be the default by June 2023. - # - # Since: v1.14 - rlcp: true - # Can be used to change the archive formats for specific GOOSs. # Most common use case is to archive as zip on Windows. format_overrides: