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