Skip to content

ci: add lint and build workflow #1

ci: add lint and build workflow

ci: add lint and build workflow #1

Triggered via pull request December 27, 2023 11:17
Status Failure
Total duration 44s
Artifacts

ci.yml

on: pull_request
Lint and Build
35s
Lint and Build
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Lint and Build: cli/cmd/expense_get.go#L6
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Lint and Build: cli/cmd/expense_history.go#L6
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Lint and Build: cli/cmd/expense_new.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Lint and Build
issues found