💚 remove unsupported by older go version

This commit is contained in:
naiba
2020-12-13 11:43:55 +08:00
parent 558b05ef79
commit 5b7ae83d6f
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
git checkout .
mkdir -p /home/runner/go/src/github.com/naiba/nezha
cp -r ../nezha /home/runner/go/src/github.com/naiba/
find /home/runner/go/src/github.com/shirou/gopsutil/ -name "riscv" -exec rm -rf {} \;
find /home/runner/go/src/ -name "riscv" -exec rm -rf {} \;
- name: Set up Go 1.10.8
uses: actions/setup-go@v2
with: