Bump github.com/aws/aws-sdk-go from 1.38.21 to 1.51.23 #24
main-build.yml
on: pull_request
Unit Tests
1m 17s
Code Coverage Report
0s
Matrix: Build and Artefact
Annotations
7 errors and 1 warning
Unit Tests:
pkg/sources/s3_test.go#L25
cannot use s3mock (variable of type *mocks.MockS3API) as s3iface.S3API value in struct literal: *mocks.MockS3API does not implement s3iface.S3API (missing method CreateSession)
|
Unit Tests:
pkg/sources/s3_test.go#L47
cannot use s3mock (variable of type *mocks.MockS3API) as s3iface.S3API value in struct literal: *mocks.MockS3API does not implement s3iface.S3API (missing method CreateSession)
|
Unit Tests:
pkg/sources/s3_test.go#L74
cannot use s3mock (variable of type *mocks.MockS3API) as s3iface.S3API value in struct literal: *mocks.MockS3API does not implement s3iface.S3API (missing method CreateSession)
|
Unit Tests:
pkg/sources/s3_test.go#L90
cannot use s3mock (variable of type *mocks.MockS3API) as s3iface.S3API value in struct literal: *mocks.MockS3API does not implement s3iface.S3API (missing method CreateSession)
|
Unit Tests:
pkg/sources/s3_test.go#L112
cannot use s3mock (variable of type *mocks.MockS3API) as s3iface.S3API value in struct literal: *mocks.MockS3API does not implement s3iface.S3API (missing method CreateSession)
|
Unit Tests:
pkg/sources/s3_test.go#L140
cannot use s3mock (variable of type *mocks.MockS3API) as s3iface.S3API value in struct literal: *mocks.MockS3API does not implement s3iface.S3API (missing method CreateSession)
|
Unit Tests
Process completed with exit code 1.
|
Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|