[Draft] Update awssqs.go with extra logging before calling AWS SDK. #984
ci.yaml
on: pull_request
Lint Go code
15s
test
2m 11s
Annotations
6 errors and 2 warnings
Lint Go code:
pkg/services/awssqs.go#L195
printf: github.com/sirupsen/logrus.Infof format %s has arg input.QueueName of wrong type *string (govet)
|
Lint Go code:
pkg/services/awssqs.go#L200
printf: github.com/sirupsen/logrus.Infof format %s has arg input.QueueUrl of wrong type *string (govet)
|
Lint Go code
issues found
|
test:
pkg/services/awssqs.go#L195
github.com/sirupsen/logrus.Infof format %s has arg input.QueueName of wrong type *string
|
test:
pkg/services/awssqs.go#L200
github.com/sirupsen/logrus.Infof format %s has arg input.QueueUrl of wrong type *string
|
test
Process completed with exit code 2.
|
Lint Go code
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|