From c7b884bc7743c46a0ae92c6f5507824b46a4d4e1 Mon Sep 17 00:00:00 2001 From: Willy Date: Tue, 31 Jan 2023 23:13:36 +0000 Subject: [PATCH] bump crazy-max/ghaction-xgo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95597a6c..61391e82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,7 +139,7 @@ jobs: shell: bash - name: Build ${{ matrix.platform }}/${{ matrix.arch }} - uses: crazy-max/ghaction-xgo@v1 + uses: crazy-max/ghaction-xgo@v2 env: VERSION: ${{ needs.data.outputs.version }} COMMIT: ${{ github.sha }}