go: update go to latest (#4188)

* go: update go to latest

* chore: fix lint
This commit is contained in:
Tran Minh Luan
2024-08-23 15:46:59 +07:00
committed by GitHub
parent 7aef607da4
commit 057c0ee063
10 changed files with 34 additions and 37 deletions

View File

@@ -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.