CI: fix go version for cross builds

This commit is contained in:
Nicola Murino 2021-02-18 20:34:29 +01:00
parent c10b236f5d
commit 13e81530e9
No known key found for this signature in database
GPG key ID: 2F1FB59433D5A8CB
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ jobs:
if: ${{ matrix.upload-coverage && startsWith(matrix.os, 'ubuntu-') }}
uses: crazy-max/ghaction-xgo@v1
with:
go-version: 1.15.x
go_version: 1.15.x
dest: cross
prefix: sftpgo
targets: linux/arm64,linux/ppc64le

View file

@ -143,7 +143,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: crazy-max/ghaction-xgo@v1
with:
go-version: ${{ env.GO_VERSION }}
go_version: ${{ env.GO_VERSION }}
dest: cross
prefix: sftpgo
targets: linux/arm64,linux/ppc64le