Skip to content
Snippets Groups Projects

[renovate] Update golangci/golangci-lint Docker tag to v1.62.0

Merged Ghost User requested to merge renovate/golangci-golangci-lint-1.x into master
9 files
+ 27
27
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -45,7 +45,7 @@ func Unmarshal(bytes []byte, path *gpb.Path, goStruct ygot.GoStruct, opt ...ytyp
func unmarshal(schema *ytypes.Schema, bytes []byte, path *gpb.Path, goStruct ygot.GoStruct, opt ...ytypes.UnmarshalOpt) error {
defer func() {
if r := recover(); r != nil {
log.Error(r.(error))
log.Error(r.(error)) //nolint:errcheck
}
}()
Loading