Skip to content

Commit

Permalink
Update .goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 committed Nov 26, 2023
1 parent 5897c90 commit 060114b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ builds:
goarch:
- amd64

archives:
- replacements:
linux: Linux
amd64: x86_64

checksum:
name_template: 'checksums.txt'

Expand Down

0 comments on commit 060114b

Please sign in to comment.