mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-07-08 21:37:49 +02:00
chore: upgrade cross compile ghaction-xgo actions verison
This commit is contained in:
@@ -11,16 +11,15 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Use Golang
|
- name: Use Golang
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: "1.20"
|
go-version: "1.20"
|
||||||
|
|
||||||
-
|
- name: Build with xgo
|
||||||
name: Build with xgo
|
uses: crazy-max/ghaction-xgo@v2
|
||||||
uses: crazy-max/ghaction-xgo@v1
|
|
||||||
with:
|
with:
|
||||||
xgo_version: latest
|
xgo_version: latest
|
||||||
go_version: ${{ matrix.go_version }}
|
go_version: ${{ matrix.go_version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user