From 20be9288baf9c84a826aa0775b53bb48954316e4 Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Wed, 17 Feb 2021 11:55:09 -0500 Subject: [PATCH] ci: pin goreleaser ahead of go 1.16 (#1900) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e9c7b544f..44ecc7962 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: - version: latest + version: v0.155.2 args: release --config .github/goreleaser.yaml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}