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 }}