Update CI configs to v0.10.8

Update lint scripts and CI configs.
This commit is contained in:
Pion
2023-05-18 15:30:33 -04:00
committed by Sean DuBois
parent 00bbd2954c
commit 62e94d8bcf
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -16,9 +16,8 @@ linters-settings:
- errors
forbidigo:
forbid:
- Fatal(f|ln)?$
- ^fmt.Print(f|ln)?$
- ^log.Print(f|ln)?$
- ^log.(Panic|Fatal|Print)(f|ln)?$
- ^os.Exit$
- ^panic$
- ^print(ln)?$
+1 -1
View File
@@ -6,6 +6,6 @@ Files: README.md **/README.md AUTHORS.txt renovate.json go.mod go.sum
Copyright: 2023 The Pion community <https://pion.ly>
License: MIT
Files: testdata/fuzz/* api/*.txt
Files: testdata/fuzz/* **/testdata/fuzz/* api/*.txt
Copyright: 2023 The Pion community <https://pion.ly>
License: CC0-1.0