Skip to content

Commit

Permalink
Update Goreleaser & Go version for publishing (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer authored Aug 27, 2024
1 parent f46bbe0 commit 32c60be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.22'
go-version: '1.23'

- 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: v2.0.0
version: v2.2.0
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -404,4 +404,4 @@ jobs:
version: ${{ github.ref_name }}
release-tag: ${{ github.ref_name }}
token: ${{ secrets.CR_PAT }}
max-versions-to-keep: 10
max-versions-to-keep: 10

0 comments on commit 32c60be

Please sign in to comment.