Skip to content

Initial commit

Initial commit #1

Triggered via push February 2, 2024 16:49
Status Failure
Total duration 1m 38s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: internal/log/log.go#L12
slog.Logger.With arg "args" should be a string or a slog.Attr (possible missing key or value)
test: internal/log/log.go#L28
slog.Logger.Debug arg "args" should be a string or a slog.Attr (possible missing key or value)
test: internal/log/log.go#L32
slog.Logger.DebugContext arg "args" should be a string or a slog.Attr (possible missing key or value)
test: internal/log/log.go#L35
slog.Logger.Info arg "args" should be a string or a slog.Attr (possible missing key or value)
test: internal/log/log.go#L39
slog.Logger.InfoContext arg "args" should be a string or a slog.Attr (possible missing key or value)
test: internal/log/log.go#L43
slog.Logger.Warn arg "args" should be a string or a slog.Attr (possible missing key or value)
test: internal/log/log.go#L47
slog.Logger.WarnContext arg "args" should be a string or a slog.Attr (possible missing key or value)
test: internal/log/log.go#L51
slog.Logger.Error arg "args" should be a string or a slog.Attr (possible missing key or value)
test: internal/log/log.go#L55
slog.Logger.ErrorContext arg "args" should be a string or a slog.Attr (possible missing key or value)
test
Process completed with exit code 2.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/