update golangci-lint (#3149)

This commit is contained in:
Alessandro Ros
2024-03-19 12:53:26 +01:00
committed by GitHub
parent 29f0ded9f1
commit c7dbb951f3
17 changed files with 31 additions and 30 deletions

View File

@@ -258,7 +258,7 @@ func TestServerRead(t *testing.T) {
},
})
r.OnDataH264(func(pts time.Duration, au [][]byte) {
r.OnDataH264(func(_ time.Duration, au [][]byte) {
require.Equal(t, [][]byte{
test.FormatH264.SPS,
test.FormatH264.PPS,