From 58bb2ae4cf20d7f43203ade68866e3504ba894db Mon Sep 17 00:00:00 2001 From: comp500 Date: Fri, 10 Mar 2023 16:43:49 +0000 Subject: [PATCH] Fix GoReleaser CI versions --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a6f0d2f..c173355 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,9 +17,9 @@ jobs: uses: actions/checkout@v1 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v4 with: - version: ~4.2.0 + version: ~1.16.1 args: --snapshot --skip-publish --rm-dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}