Use ci-goreleaser 1.14.4-2

This should generate binaries compatible with OpenVZ (kernel 2.6.32)
This commit is contained in:
Deluan
2020-07-11 19:53:34 -04:00
committed by Deluan Quintão
parent c758780e38
commit b96ff9c210
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -108,7 +108,7 @@ jobs:
- name: Run GoReleaser - SNAPSHOT
if: startsWith(github.ref, 'refs/tags/') != true
uses: docker://deluan/ci-goreleaser:1.14.3-0
uses: docker://deluan/ci-goreleaser:1.14.4-2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
@@ -116,7 +116,7 @@ jobs:
- name: Run GoReleaser - RELEASE
if: startsWith(github.ref, 'refs/tags/')
uses: docker://deluan/ci-goreleaser:1.14.3-0
uses: docker://deluan/ci-goreleaser:1.14.4-2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: