Update CI configs to v0.7.2

Update lint scripts and CI configs.
Excluding codecov.yml.
This commit is contained in:
Pion
2022-04-27 03:28:51 +00:00
committed by Sean DuBois
parent e53f588922
commit 3d933930cc
22 changed files with 83 additions and 37 deletions

View File

@@ -3,6 +3,7 @@ package stun
import "errors"
// DecodeErr records an error and place when it is occurred.
// nolint:errname
type DecodeErr struct {
Place DecodeErrPlace
Message string