From 3717a9e3157aef55a3907d8af1283c91cb78a17a Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Mon, 8 May 2023 08:43:09 -0400 Subject: [PATCH] build: update actions/setup-go in goreleaser --- .github/workflows/goreleaser.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 50317709d..1bba4117b 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -14,11 +14,9 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: - go-version: "1.20.x" - check-latest: true - cache: true + go-version: "stable" - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3 with: