Skip to content

minor repo cleanup

minor repo cleanup #1

Triggered via pull request September 1, 2024 10:57
@jlenijleni
opened #61
cleanup
Status Failure
Total duration 44s
Artifacts

checks.golang.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
checks: user_app.go#L333
S1010: should omit second index in slice, s[a:len(s)] is identical to s[a:] (gosimple)
checks: user_app_test.go#L37
printf: non-constant format string in call to (*testing.common).Fatalf (govet)
checks: user_app_test.go#L47
printf: non-constant format string in call to (*testing.common).Fatalf (govet)
checks: user_app_test.go#L64
printf: non-constant format string in call to (*testing.common).Fatalf (govet)
checks
Process completed with exit code 2.
checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/