Skip to content

Commit

Permalink
Check current Xgo version
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 1, 2020
1 parent d22fdb0 commit 5b87462
Show file tree
Hide file tree
Showing 5 changed files with 2,271 additions and 109 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
strategy:
fail-fast: false
matrix:
xgo_version:
- latest
- v0.3.1
go_version:
- 1.13.x
- 1.14.x
Expand All @@ -30,6 +33,7 @@ jobs:
name: Xgo
uses: ./
with:
xgo_version: ${{ matrix.xgo_version }}
go_version: ${{ matrix.go_version }}
targets: windows/386,windows/amd64,linux/386,linux/amd64,darwin/386,darwin/amd64
v: true
Expand Down
Loading

0 comments on commit 5b87462

Please sign in to comment.