mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
try xgo again
This commit is contained in:
3
.github/workflows/build-showbridge.yaml
vendored
3
.github/workflows/build-showbridge.yaml
vendored
@@ -21,8 +21,9 @@ jobs:
|
|||||||
uses: crazy-max/ghaction-xgo@v3
|
uses: crazy-max/ghaction-xgo@v3
|
||||||
with:
|
with:
|
||||||
xgo_version: latest
|
xgo_version: latest
|
||||||
go_version: 1.25.3
|
go_version: 1.24
|
||||||
dest: build
|
dest: build
|
||||||
|
pkg: cmd/showbridge
|
||||||
prefix: showbridge
|
prefix: showbridge
|
||||||
targets: windows/amd64,linux/amd64,linux/arm64,darwin/arm64,darwin/amd64
|
targets: windows/amd64,linux/amd64,linux/arm64,darwin/arm64,darwin/amd64
|
||||||
v: true
|
v: true
|
||||||
|
|||||||
Reference in New Issue
Block a user