fix: update sdk internal cmd #146
monorepo-main.yml
on: push
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.
|