change tcping behavior, update icmp-ping library (#73)
* change tcping behavior, update icmp-ping library * fix ci
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user