Skip to content

Commit

Permalink
fix: fixed release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pehlicd committed Aug 19, 2024
1 parent df1f3d7 commit 827ba7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version: '1.22.3'
go-version: '1.23'
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
Expand Down

0 comments on commit 827ba7f

Please sign in to comment.