chore: upgrade cross compile ghaction-xgo actions verison

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ 2023-03-11 23:27:20 +08:00 committed by GitHub
parent bd56109824
commit dae8edad60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

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