Goのバージョンを直接指定

This commit is contained in:
Haruki
2023-08-21 11:03:01 +09:00
parent 7785b499b4
commit 5ecdfbdedb

View File

@@ -22,8 +22,7 @@ jobs:
# Go をセットアップ
- uses: actions/setup-go@v3
with:
go-version-file: cli/go.mod
cache: true
go-version: "1.21.0"
# リリース
- uses: goreleaser/goreleaser-action@v4