From dae8edad6016642143aa2df1e76b6645704713f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8D=E1=B4=8F=E1=B4=8F=C9=B4D4=CA=80=E1=B4=8B?= Date: Sat, 11 Mar 2023 23:27:20 +0800 Subject: [PATCH] chore: upgrade cross compile ghaction-xgo actions verison --- .github/workflows/release.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07672b7..fdc6edf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,16 +11,15 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Use Golang - uses: actions/setup-go@v1 + uses: actions/setup-go@v3 with: go-version: "1.20" - - - name: Build with xgo - uses: crazy-max/ghaction-xgo@v1 + - name: Build with xgo + uses: crazy-max/ghaction-xgo@v2 with: xgo_version: latest go_version: ${{ matrix.go_version }}