update golangci-lint

This commit is contained in:
aler9
2022-09-17 21:19:40 +02:00
parent e99f799c07
commit 92cc1b5ee9
6 changed files with 4 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ func TestRTCPReceiverOverflow(t *testing.T) {
Reports: []rtcp.ReceptionReport{
{
SSRC: 0xba9da416,
LastSequenceNumber: 1<<16 | 0x0000,
LastSequenceNumber: 1 << 16,
LastSenderReport: 0x887a17ce,
Delay: 1 * 65536,
},