fix nightly builds

goreleaser now only function with GO111MODULES on, as will
much of the go eco system soon and we will need to move also.

For now use a version that still supports it

Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
R.I.Pienaar
2021-03-26 12:51:18 +01:00
parent 2e0c4e8601
commit 8ebf2515ce

View File

@@ -28,7 +28,7 @@ jobs:
- name: goreleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v0.160.0
args: release --snapshot --config .goreleaser-nightly.yml
- name: images