chore: bump Go dependencies
This commit is contained in:
parent
b3d1e4cf13
commit
e118df5dfd
1119 changed files with 126580 additions and 8706 deletions
2
vendor/github.com/oapi-codegen/runtime/deepobject.go
generated
vendored
2
vendor/github.com/oapi-codegen/runtime/deepobject.go
generated
vendored
|
|
@ -258,7 +258,7 @@ func assignPathValues(dst interface{}, pathValues fieldOrValue) error {
|
|||
// TODO: why is this marked as an ineffassign?
|
||||
tm, err = time.Parse(types.DateFormat, pathValues.value) //nolint:ineffassign,staticcheck
|
||||
if err != nil {
|
||||
return fmt.Errorf("error parsing '%s' as RFC3339 or 2006-01-02 time: %s", pathValues.value, err)
|
||||
return fmt.Errorf("error parsing '%s' as RFC3339 or 2006-01-02 time: %w", pathValues.value, err)
|
||||
}
|
||||
return fmt.Errorf("invalid date format: %w", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue