Update CI configs to v0.11.15

Update lint scripts and CI configs.
This commit is contained in:
Pion
2024-08-16 15:20:37 +00:00
committed by Sean DuBois
parent d54f7870eb
commit 752e442994
8 changed files with 20 additions and 20 deletions

View File

@@ -228,7 +228,7 @@ func writeFileToTrack(ivf *ivfreader.IVFReader, header *ivfreader.IVFFileHeader,
frame, _, err := ivf.ParseNextFrame()
if errors.Is(err, io.EOF) {
fmt.Printf("All video frames parsed and sent")
os.Exit(0)
os.Exit(0) //nolint: gocritic
}
if err != nil {