Skip to content

fix(deps): update module github.com/aws/aws-sdk-go to v1.50.16 #236

fix(deps): update module github.com/aws/aws-sdk-go to v1.50.16

fix(deps): update module github.com/aws/aws-sdk-go to v1.50.16 #236

Triggered via push February 12, 2024 21:11
Status Success
Total duration 3m 56s
Artifacts

on_push_pr.yaml

on: push
push-pr  /  ...  /  Test binary compilation for all platforms:arch
push-pr / test-build-fake-prerelease / Test binary compilation for all platforms:arch
push-pr  /  ...  /  Run all static analysis checks
3m 11s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
48s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run integration tests on *Nix
51s
push-pr / test-integration-nix / Run integration tests on *Nix
push-pr  /  ...  /  Test binary compilation for all platforms:arch
1m 31s
push-pr / test-build-nix / Test binary compilation for all platforms:arch
push-pr  /  ...  /  Run unit tests on Windows
push-pr / test-windows / Run unit tests on Windows
Matrix: push-pr / test-build-fake-prerelease / Create MSI
Waiting for pending jobs
Run integration tests on *Nix
28s
Run integration tests on *Nix
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
push-pr / static-analysis / Run all static analysis checks: src/raw/client_test.go#L31
Error return value of `cached.Info` is not checked (errcheck)
push-pr / static-analysis / Run all static analysis checks: src/raw/client_test.go#L33
Error return value of `cached.Info` is not checked (errcheck)
push-pr / static-analysis / Run all static analysis checks: src/raw/network_stats_getter.go#L47
Function 'parse' has too many statements (55 > 50) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/raw/aws/fargate_fetcher.go#L23
commentFormatting: put a space between `//` and comment text (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/raw/aws/fargate_raw_metrics.go#L82
commentFormatting: put a space between `//` and comment text (gocritic)
push-pr / static-analysis / Run all static analysis checks: test/test.go#L46
ifElseChain: rewrite if-else to switch statement (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/biz/metrics_test.go#L33
commentFormatting: put a space between `//` and comment text (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/raw/system_cpu_reader.go#L66
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
push-pr / static-analysis / Run all static analysis checks: test/test.go#L16
cyclomatic complexity 11 of func `Eventually` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: src/nri/sampler.go#L67
cyclomatic complexity 14 of func `(*ContainerSampler).SampleAll` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/