Skip to content

Commit

Permalink
Merge pull request #244 from pdettori/fix-action
Browse files Browse the repository at this point in the history
🐛 use go 1.22 in go releaser
  • Loading branch information
pdettori authored May 2, 2024
2 parents ab2821c + 1fe914d commit 2800de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: v1.19
go-version: v1.22

- name: Delete non-semver tags
run: 'git tag -d $(git tag -l | grep -v "^v")'
Expand Down

0 comments on commit 2800de0

Please sign in to comment.