Update CI configs to v0.10.6

Update lint scripts and CI configs.
This commit is contained in:
Pion
2023-04-07 20:08:34 +00:00
committed by Sean DuBois
parent d1b7bdbe73
commit 308f8616a3
43 changed files with 100 additions and 75 deletions

View File

@@ -1,6 +1,7 @@
//go:build !js
// +build !js
// bandwidth-estimation-from-disk demonstrates how to use Pion's Bandwidth Estimation APIs.
package main
import (
@@ -32,6 +33,7 @@ const (
ivfHeaderSize = 32
)
// nolint: gocognit
func main() {
qualityLevels := []struct {
fileName string