Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wreulicke authored Apr 4, 2024
1 parent 746cece commit 08bd951
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 @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
go:
- 1.13.7
- 1.22.2
name: GoReleaser
steps:
- uses: actions/checkout@master
Expand All @@ -24,4 +24,4 @@ jobs:
- name: Run GoReleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: curl -sL https://git.io/goreleaser | bash
run: curl -sL https://git.io/goreleaser | bash

0 comments on commit 08bd951

Please sign in to comment.