From 8ebf2515ce5b83fa9d587065e79ffe90ff71335a Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Fri, 26 Mar 2021 12:51:18 +0100 Subject: [PATCH] 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 --- .github/workflows/nightly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index d76d2b12..de8c3a92 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -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