mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2025-12-18 07:14:28 +01:00
Goのバージョンを直接指定
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -22,8 +22,7 @@ jobs:
|
|||||||
# Go をセットアップ
|
# Go をセットアップ
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version-file: cli/go.mod
|
go-version: "1.21.0"
|
||||||
cache: true
|
|
||||||
|
|
||||||
# リリース
|
# リリース
|
||||||
- uses: goreleaser/goreleaser-action@v4
|
- uses: goreleaser/goreleaser-action@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user