From 13e81530e90020cdd851bd5d9b7d1fdab5246308 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Thu, 18 Feb 2021 20:34:29 +0100 Subject: [PATCH] CI: fix go version for cross builds --- .github/workflows/development.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 5c4f85d2..a90d7a16 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b30cef5d..bec69078 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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