Skip to content

chore: bump github.com/aws/aws-sdk-go from 1.55.4 to 1.55.5 #2806

chore: bump github.com/aws/aws-sdk-go from 1.55.4 to 1.55.5

chore: bump github.com/aws/aws-sdk-go from 1.55.4 to 1.55.5 #2806

Status Failure
Total duration 2m 39s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
test
cannot use m (variable of type *mocks.MockSSMAPI) as ssmiface.SSMAPI value in struct literal: *mocks.MockSSMAPI does not implement ssmiface.SSMAPI (missing method DescribeInstanceProperties)
test
cannot use mock (variable of type *mocks.MockKMSAPI) as kmsiface.KMSAPI value in struct literal: *mocks.MockKMSAPI does not implement kmsiface.KMSAPI (missing method DeriveSharedSecret)
test
cannot use mock (variable of type *mocks.MockEC2API) as ec2iface.EC2API value in struct literal: *mocks.MockEC2API does not implement ec2iface.EC2API (missing method CreateIpamExternalResourceVerificationToken)
test
Process completed with exit code 2.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/