chore: upgrade cross compile ghaction-xgo actions verison

pull/209/head
ᴍᴏᴏɴD4ʀᴋ 2 years ago committed by GitHub
parent bd56109824
commit dae8edad60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .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 }}

Loading…
Cancel
Save