unifying branches #1
Annotations
10 errors and 1 warning
lint:
cmd/postgres/cmd.go#L161
Error return value of `sidecarClient.StartInstance` is not checked (errcheck)
|
lint:
cmd/mysql/cmd.go#L93
Error return value of `frontEndConnection.SetReadDeadline` is not checked (errcheck)
|
lint:
cmd/mysql/cmd.go#L110
Error return value of `frontEndConnection.SetReadDeadline` is not checked (errcheck)
|
lint:
cmd/mysql/cmd.go#L161
Error return value of `sidecarClient.StartInstance` is not checked (errcheck)
|
lint:
cmd/postgres/cmd.go#L38
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
cmd/postgres/cmd.go#L76
exitAfterDefer: os.Exit will exit, and `defer func(){...}(...)` will not run (gocritic)
|
lint:
cmd/mysql/cmd.go#L39
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
cmd/mysql/cmd.go#L77
exitAfterDefer: os.Exit will exit, and `defer func(){...}(...)` will not run (gocritic)
|
lint:
cmd/mysql/cmd.go#L74
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
|
lint:
cmd/postgres/cmd.go#L73
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: autero1/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|