mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
go: update go to latest (#4188)
* go: update go to latest * chore: fix lint
This commit is contained in:
@@ -3575,7 +3575,7 @@ func (b *Builder) Err() error {
|
||||
}
|
||||
br.WriteString(b.errs[i].Error())
|
||||
}
|
||||
return fmt.Errorf(br.String())
|
||||
return errors.New(br.String())
|
||||
}
|
||||
|
||||
// An Op represents an operator.
|
||||
|
||||
Reference in New Issue
Block a user