ci: pin goreleaser ahead of go 1.16 (#1900)

This commit is contained in:
Travis Groth 2021-02-17 11:55:09 -05:00 committed by GitHub
parent 97d561865a
commit 20be9288ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}