From dcc7ac5f7021ee5e76a4dfdb7dfd4bc65fb9fec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:57:55 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-xgo from 3 to 4 Bumps [crazy-max/ghaction-xgo](https://github.com/crazy-max/ghaction-xgo) from 3 to 4. - [Release notes](https://github.com/crazy-max/ghaction-xgo/releases) - [Commits](https://github.com/crazy-max/ghaction-xgo/compare/v3...v4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-xgo dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/tagged-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}"