Skip to content

Commit

Permalink
Upgrade Goreleaser to v2.0.0 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer authored Jun 8, 2024
1 parent e620e20 commit a47a6cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Restore Go modules cache
uses: actions/cache@v4
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: v1.26.1
version: v2.0.0
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a47a6cf

Please sign in to comment.