diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 295dbc8..fd85c5a 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: '1.20' + go-version: '1.21.0' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 diff --git a/.goreleaser.yml b/.goreleaser.yml index 831ea66..2a3f3f9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -16,11 +16,6 @@ builds: goarch: - amd64 -archives: - - replacements: - linux: Linux - amd64: x86_64 - checksum: name_template: 'checksums.txt'