Skip to content

[ENG-1528] Add README #38

[ENG-1528] Add README

[ENG-1528] Add README #38

Triggered via pull request November 24, 2023 08:28
Status Failure
Total duration 1m 23s
Artifacts

lint.yml

on: pull_request
runner / golangci-lint
1m 12s
runner / golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
runner / golangci-lint: backend/postgres/config.go#L7
"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. (SA1019)
runner / golangci-lint: integration/static_source.go#L6
"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. (SA1019)
runner / golangci-lint: sqlparser/parser.go#L23
should use 'return t != StmtSelect' instead of 'if t == StmtSelect { return false }; return true' (S1008)
runner / golangci-lint: sqltest/test_case.go#L6
"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. (SA1019)
runner / golangci-lint: x/migration/migration.go#L6
"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. (SA1019)
runner / golangci-lint: x/migration/source.go#L7
"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. (SA1019)
runner / golangci-lint: x/migration/source_test.go#L5
"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. (SA1019)
runner / golangci-lint
Process completed with exit code 1.
runner / golangci-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/