mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2025-12-16 22:34:26 +01:00
Update Go setup action to v6 and change Go version to 1.25
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
# Go をセットアップ
|
||||
- uses: actions/setup-go@v3
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.21.0"
|
||||
go-version: "1.25"
|
||||
|
||||
# リリース
|
||||
- uses: goreleaser/goreleaser-action@v4
|
||||
|
||||
Reference in New Issue
Block a user