change tcping behavior, update icmp-ping library (#73)

* change tcping behavior, update icmp-ping library

* fix ci
This commit is contained in:
UUBulb
2024-10-08 11:37:36 +08:00
committed by GitHub
parent dd7e4132f9
commit d212b98177
4 changed files with 12 additions and 14 deletions
+1
View File
@@ -64,6 +64,7 @@ jobs:
# WARNING: This is temporary remove it after the next release of gopsutil
- name: Patch gopsutil
run: |
go mod tidy -v
curl -L https://github.com/shirou/gopsutil/pull/1722.patch | sudo patch -p1 -d $(printf "%s%s" "$(go env GOMODCACHE)" "/github.com/shirou/gopsutil/[email protected]")
- name: Build Test