Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho committed Jun 8, 2024
1 parent 18f0cfc commit 32aaac5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '^1.22.x'
- run: go version
-
name: Fetch all tags
run: git fetch --force --tags
Expand Down

0 comments on commit 32aaac5

Please sign in to comment.