Skip to content

Commit 2b902de

Browse files
committed
fix(build): switch to crazymax/xgo
1 parent 85e1350 commit 2b902de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28-
docker pull techknowlogick/xgo:latest
29-
go install src.techknowlogick.com/xgo@latest
28+
docker pull crazymax/xgo:latest
29+
go install github.com/crazy-max/xgo@latest
3030
sudo apt install upx
3131
3232
- name: Build

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
- name: Install dependencies
4040
run: |
41-
docker pull techknowlogick/xgo:latest
42-
go install src.techknowlogick.com/xgo@latest
41+
docker pull crazymax/xgo:latest
42+
go install github.com/crazy-max/xgo@latest
4343
sudo apt install upx
4444
4545
- name: Build

0 commit comments

Comments
 (0)