From f094285356b6e56da1df03cd455122e224fcc05f Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Wed, 29 Mar 2023 00:45:35 +0700 Subject: [PATCH] chore: github action stable --- .github/workflows/goreleaser.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index bc574ec..940106b 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -17,9 +17,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-go@v4 with: - go-version: "1.20" - check-latest: true - cache: true + go-version: "stable" - uses: goreleaser/goreleaser-action@v4 with: distribution: goreleaser