From 65d4b3492cf4ccc05b0aeeb973f26d9c4fffced2 Mon Sep 17 00:00:00 2001 From: ac79b0c6 <105047743+ac79b0c6@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:57:22 +0800 Subject: update action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 619b338..764beb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,9 +14,9 @@ jobs: uses: actions/checkout@v2 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v2 with: - go-version: 1.20 + go-version: '1.20' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3 -- cgit v1.2.1