💚 switch back to techknowlogick/xgo

pull/548/head v2.0.5-libc
微凉 2022-01-12 11:50:26 +08:00
parent 4ea9371c00
commit c9bc8227bb
2 changed files with 4 additions and 4 deletions

View File

@ -33,8 +33,8 @@ jobs:
- name: Set up xgo
run: |
docker pull crazymax/xgo:latest
go install github.com/crazy-max/xgo@latest
docker pull techknowlogick/xgo:latest
go install src.techknowlogick.com/xgo@latest
sudo apt install upx
- name: Build

View File

@ -29,8 +29,8 @@ jobs:
- name: Set up xgo
run: |
docker pull crazymax/xgo:latest
go install github.com/crazy-max/xgo@latest
docker pull techknowlogick/xgo:latest
go install src.techknowlogick.com/xgo@latest
sudo apt install upx
- name: Build