pion / .goassets

Asset files automatically deployed to Go package repositories
https://pion.ly/
MIT License
9 stars 10 forks source link

Golangci-lint fails randomly by undefined: webrtc (typecheck) #195

Open at-wat opened 7 months ago

at-wat commented 7 months ago

Failed run: https://github.com/pion/webrtc/actions/runs/8077383883/job/22067676162?pr=2683

  Running [/home/runner/golangci-lint-1.52.2-linux-amd64/golangci-lint run --out-format=github-actions $GOLANGCI_LINT_EXRA_ARGS] in [] ...
  Error: undefined: webrtc (typecheck)
  Error: undefined: webrtc (typecheck)
  Error: undefined: webrtc (typecheck)
  Error: undefined: ice (typecheck)
  Error: undefined: ice (typecheck)
  Error: undefined: ice (typecheck)
  Error: undefined: max (typecheck)

  Error: issues found
  Ran golangci-lint in 2530ms

Succeeded run (re-run): https://github.com/pion/webrtc/actions/runs/8077383883/job/22067714078?pr=2683

  Running [/home/runner/golangci-lint-1.52.2-linux-amd64/golangci-lint run --out-format=github-actions $GOLANGCI_LINT_EXRA_ARGS] in [] ...
  golangci-lint found no issues
  Ran golangci-lint in 49563ms