Skip to content

Update CI configs to v0.11.1 #273

Update CI configs to v0.11.1

Update CI configs to v0.11.1 #273

Triggered via pull request January 3, 2024 16:10
Status Failure
Total duration 40s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 10 warnings
Invalid Go version: go.mod#L3
Found 1.13. Expected 1.19
lint / Go: internal/gstreamer-sink/gst.go#L1
: go build github.com/pion/example-webrtc-applications/v3/internal/gstreamer-sink:
lint / Go: gstreamer-receive/main.go#L12
could not import github.com/pion/example-webrtc-applications/v3/internal/gstreamer-sink (-: go build github.com/pion/example-webrtc-applications/v3/internal/gstreamer-sink:
lint / Go: internal/gstreamer-src/gst.go#L1
: go build github.com/pion/example-webrtc-applications/v3/internal/gstreamer-src:
lint / Go: gstreamer-send/main.go#L10
could not import github.com/pion/example-webrtc-applications/v3/internal/gstreamer-src (-: go build github.com/pion/example-webrtc-applications/v3/internal/gstreamer-src:
lint / Go: gstreamer-send-offer/main.go#L10
could not import github.com/pion/example-webrtc-applications/v3/internal/gstreamer-src (-: go build github.com/pion/example-webrtc-applications/v3/internal/gstreamer-src:
lint / Go: janus-gateway/video-room/main.go#L12
could not import github.com/pion/example-webrtc-applications/v3/internal/gstreamer-src (-: go build github.com/pion/example-webrtc-applications/v3/internal/gstreamer-src:
lint / Go: c-data-channels/bridge.go#L93
Error return value of `dc.SendText` is not checked (errcheck)
lint / Go: internal/signal/http.go#L29
use of `panic` forbidden by pattern `^panic$` (forbidigo)
lint / Go: internal/signal/signal.go#L34
use of `panic` forbidden by pattern `^panic$` (forbidigo)
lint / Go: internal/signal/signal.go#L43
use of `fmt.Println` forbidden by pattern `^fmt.Print(f|ln)?$` (forbidigo)
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/example-webrtc-applications/example-webrtc-applications. Supported file pattern: go.sum
lint / Go: unreal-pixel-streaming/main.go#L4
package-comments: should have a package comment (revive)
lint / Go: sfu-ws/main.go#L4
package-comments: should have a package comment (revive)
lint / Go: examples.go#L4
package-comments: should have a package comment (revive)
lint / Go: snapshot/main.go#L113
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
lint / Go: c-data-channels/bridge.go#L49
exported: comment on exported function GoRun should be of the form "GoRun ..." (revive)
lint / Go: c-data-channels/bridge.go#L61
exported: comment on exported function GoOnOpen should be of the form "GoOnOpen ..." (revive)
lint / Go: c-data-channels/bridge.go#L70
exported: comment on exported function GoOnMessage should be of the form "GoOnMessage ..." (revive)
lint / Go: c-data-channels/bridge.go#L90
exported: comment on exported function GoSendText should be of the form "GoSendText ..." (revive)
lint / Go: c-data-channels/bridge.go#L96
exported: comment on exported function GoLabel should be of the form "GoLabel ..." (revive)