Skip to content

Add sns replicator example #45

Add sns replicator example

Add sns replicator example #45

Triggered via push December 12, 2024 17:55
Status Failure
Total duration 39s
Artifacts

ci.yml

on: push
Build and test
30s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Build and test: examples/simple-printer/main.go#L34
exitAfterDefer: log.Fatal will exit, and `defer session.Close()` will not run (gocritic)
Build and test: examples/printer/main.go#L45
exitAfterDefer: log.Fatal will exit, and `defer session.Close()` will not run (gocritic)
Build and test: examples/replicator/main.go#L505
appendAssign: append result not assigned to the same slice (gocritic)
Build and test: examples/replicator/main.go#L525
ifElseChain: rewrite if-else to switch statement (gocritic)
Build and test: examples/replicator/main.go#L308
type `updateQuerySet` is unused (unused)
Build and test: examples/replicator/main.go#L313
type `udtInfo` is unused (unused)
Build and test: examples/replicator/replicator_test.go#L503
test helper function should start from t.Helper() (thelper)
Build and test: examples/replicator/replicator_test.go#L511
test helper function should start from t.Helper() (thelper)
Build and test
Process completed with exit code 2.
Build and test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636