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