Skip to content

Commit

Permalink
Looks like this is caused by golang/go#61888
Browse files Browse the repository at this point in the history
  • Loading branch information
ei-grad committed Jan 2, 2024
1 parent dd45519 commit 57d4dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21.5'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 57d4dab

Please sign in to comment.