From 92eaa3c613ca6b1e89704d6a4b850740e7f71899 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 26 Apr 2024 23:47:18 +0800 Subject: [PATCH] chore: update goreleaser action version --- .github/workflows/build-artifacts-and-draft-release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-artifacts-and-draft-release.yml b/.github/workflows/build-artifacts-and-draft-release.yml index bb3d95b..778a1ea 100644 --- a/.github/workflows/build-artifacts-and-draft-release.yml +++ b/.github/workflows/build-artifacts-and-draft-release.yml @@ -16,8 +16,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Set up Go - uses: actions/setup-go@v5 + - uses: actions/setup-go@v5 + with: + go-version: 1.22 + check-latest: true + cache: true - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: