diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3eec878..d90d446 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Execute CGO builds using XGO - uses: crazy-max/ghaction-xgo@v3 + uses: crazy-max/ghaction-xgo@v4 # docs: https://github.com/marketplace/actions/golang-cgo-cross-compiler#inputs with: xgo_version: latest