chore(deps): bump the dev-dependencies group with 7 updates #231
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
RunTests:
backend/s3proxy/s3.go#L187
cannot convert output.MaxUploads (variable of type *int32) to type int
|
RunTests:
backend/s3proxy/s3.go#L188
cannot use output.IsTruncated (variable of type *bool) as bool value in struct literal
|
RunTests:
backend/s3proxy/s3.go#L208
cannot convert p.PartNumber (variable of type *int32) to type int
|
RunTests:
backend/s3proxy/s3.go#L211
cannot use p.Size (variable of type *int64) as int64 value in struct literal
|
RunTests:
backend/s3proxy/s3.go#L241
cannot convert output.MaxParts (variable of type *int32) to type int
|
RunTests:
backend/s3proxy/s3.go#L242
cannot use output.IsTruncated (variable of type *bool) as bool value in struct literal
|
RunTests:
s3api/controllers/base.go#L114
cannot use int32(maxParts) (value of type int32) as *int32 value in struct literal
|
RunTests:
s3api/controllers/base.go#L262
cannot use maxUploads (variable of type int32) as *int32 value in struct literal
|
RunTests:
s3api/controllers/base.go#L285
cannot use maxkeys (variable of type int32) as *int32 value in struct literal
|
RunTests:
s3api/controllers/base.go#L308
cannot use maxkeys (variable of type int32) as *int32 value in struct literal
|