Skip to content

Commit

Permalink
chore: Create release with Go 1.22 and goreleaser v1 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 7, 2024
1 parent 9aed134 commit 1f76702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
cache: true

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
version: '~> v1'
args: release --clean --skip-validate --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1f76702

Please sign in to comment.