Skip to content

dep: update go.mod deps #154

dep: update go.mod deps

dep: update go.mod deps #154

Triggered via push June 3, 2024 21:42
Status Failure
Total duration 35s
Artifacts
list-modules
0s
list-modules
Matrix: test-n-coverage
finish-coverage-report
0s
finish-coverage-report
Fit to window
Zoom out
Zoom in

Annotations

9 errors
lint
printf: fmt.Errorf format %w has arg err.Error() of wrong type string (govet)
lint: sdk/logging/logging.go#L333
Error return value of `l.Handle` is not checked (errcheck)
lint: sdk/logging/test-logger.go#L125
Error return value of `l.Handle` is not checked (errcheck)
lint: sdk/app/app-main.go#L154
Error return value of `(log/slog.Handler).Handle` is not checked (errcheck)
lint: sdk/instance/instance.go#L38
field `slug` is unused (unused)
lint: sdk/app/internal/initializer/initializer.go#L76
field `debug` is unused (unused)
lint: sdk/app/internal/application/runtime.go#L469
S1023: redundant `return` statement (gosimple)
lint: sdk/services/container.go#L109
lostcancel: the cancel function returned by context.WithTimeout should be called, not discarded, to avoid a context leak (govet)
lint
Process completed with exit code 1.