Skip to content

Update CI configs to v0.11.1 #269

Update CI configs to v0.11.1

Update CI configs to v0.11.1 #269

Triggered via pull request January 3, 2024 01:25
Status Failure
Total duration 35s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 warnings
Invalid Go version: go.mod#L3
Found 1.13. Expected 1.19
lint / Go: c-data-channels/webrtc.go#L1
: # github.com/pion/example-webrtc-applications/v3/c-data-channels
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#L9
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#L7
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#L7
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#L9
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: internal/signal/http.go#L26
use of `panic` forbidden by pattern `^panic$` (forbidigo)
lint / Go: internal/signal/signal.go#L31
use of `panic` forbidden by pattern `^panic$` (forbidigo)
lint / Go: internal/signal/signal.go#L40
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#L1
package-comments: should have a package comment (revive)
lint / Go: janus-gateway/streaming/main.go#L1
package-comments: should have a package comment (revive)
lint / Go: examples.go#L1
package-comments: should have a package comment (revive)
lint / Go: snapshot/main.go#L110
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)