mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
Update to Go 1.23 (#5216)
* Update to Go 1.23 * Update golangci-lint-action * Fix new errors from updated linter * Bump golangci-lint to v1.60.1
This commit is contained in:
parent
e3e7de741c
commit
8001077706
13 changed files with 20 additions and 20 deletions
|
@ -302,7 +302,7 @@ func (m mockDataBrokerServiceClient) Patch(ctx context.Context, in *databroker.P
|
|||
|
||||
existing := getResponse.GetRecord()
|
||||
if err := storage.PatchRecord(existing, record, in.GetFieldMask()); err != nil {
|
||||
return nil, status.Errorf(codes.Unknown, err.Error())
|
||||
return nil, status.Error(codes.Unknown, err.Error())
|
||||
}
|
||||
|
||||
records = append(records, record)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue