fix(release): Set go version in setup action
This commit is contained in:
parent
b80c424840
commit
7936d2b845
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
-
|
||||
name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '>=1.25.1'
|
||||
-
|
||||
name: Run GoReleaser
|
||||
uses: https://github.com/goreleaser/goreleaser-action@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue