From 5ecdfbdedbdff0a1be669ab34afe7e57ed98f013 Mon Sep 17 00:00:00 2001 From: Haruki Date: Mon, 21 Aug 2023 11:03:01 +0900 Subject: [PATCH] =?UTF-8?q?Go=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=92=E7=9B=B4=E6=8E=A5=E6=8C=87=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65d5c9a..dea822d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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