diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c081ba..e99ce17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: echo "TARGET_ARCHITECTURE=$(dpkg --print-architecture)" >> $GITHUB_OUTPUT echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_OUTPUT - name: Build binaries - uses: crazy-max/ghaction-xgo@v3 + uses: crazy-max/ghaction-xgo@v4 with: xgo_version: latest go_version: "${{ steps.repo-name.outputs.GO_VERSION }}" diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index c4d8e7d..d0fd2c6 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -37,7 +37,7 @@ jobs: echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_OUTPUT - name: Build binaries - uses: crazy-max/ghaction-xgo@v3 + uses: crazy-max/ghaction-xgo@v4 with: xgo_version: latest go_version: "${{ steps.repo-name.outputs.GO_VERSION }}"