Skip to content

Update go.mod (6 modules) #66

Update go.mod (6 modules)

Update go.mod (6 modules) #66

Triggered via push January 27, 2024 16:56
Status Failure
Total duration 47s
Artifacts

check-code.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
code: service/s3/opMatch.go#L37
invalid argument: index val.KeyCount (variable of type *int32) must be integer
code: service/s3/opMatch.go#L38
cannot convert val.KeyCount (variable of type *int32) to type int
code: service/s3/opMatch.go#L76
cannot use limit (variable of type int32) as *int32 value in struct literal
code: service/s3/opMatch.go#L88
invalid operation: val.KeyCount == 0 (mismatched types *int32 and untyped int)
code: service/s3/opMatch.go#L92
invalid operation: val.KeyCount - 1 (mismatched types *int32 and untyped int) (compile)
code: service/s3/opMatch.go#L37
invalid argument: index val.KeyCount (variable of type *int32) must be integer
code: service/s3/opMatch.go#L38
cannot convert val.KeyCount (variable of type *int32) to type int
code: service/s3/opMatch.go#L76
cannot use limit (variable of type int32) as *int32 value in struct literal
code: service/s3/opMatch.go#L88
invalid operation: val.KeyCount == 0 (mismatched types *int32 and untyped int)
code: service/s3/opMatch.go#L92
invalid operation: val.KeyCount - 1 (mismatched types *int32 and untyped int) (compile)
code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
code
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/