Skip to content

feat(pcap): impl realtime wait() with time offset #76

feat(pcap): impl realtime wait() with time offset

feat(pcap): impl realtime wait() with time offset #76

Triggered via push May 8, 2024 11:41
Status Failure
Total duration 26s
Artifacts

check.yaml

on: push
Fit to window
Zoom out
Zoom in

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/.