build: specify xgo version

This commit is contained in:
Xhofe 2022-04-23 16:53:26 +08:00
parent a7a0e85a46
commit 293d574ce7

View File

@ -30,10 +30,10 @@ jobs:
with: with:
path: alist path: alist
- name: Install upx - name: Install dependencies
run: | run: |
docker pull crazymax/xgo:latest docker pull crazymax/xgo:1.18.0
go install github.com/crazy-max/xgo@latest go install github.com/crazy-max/xgo@v0.13.0
sudo apt install upx sudo apt install upx
- name: Build - name: Build