feat(pcap): impl realtime wait() with time offset #76
check.yaml
on: push
Static analysis
16s
Tests
10s
Annotations
4 errors and 1 warning
Static analysis:
io/pcap.go#L110
should use time.Since instead of time.Now().Sub (S1012)
|
Static analysis:
io/pcap.go#L113
should use time.Until instead of t.Sub(time.Now()) (S1024)
|
Static analysis:
io/pcap.go#L117
redundant return statement (S1023)
|
Static analysis
Process completed with exit code 1.
|
Static analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|