diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 5031770..1bba411 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: