Skip to content

Fix blocking when unmarshaling the slice of stream entries #71

Fix blocking when unmarshaling the slice of stream entries

Fix blocking when unmarshaling the slice of stream entries #71

Triggered via push November 30, 2023 07:51
Status Failure
Total duration 1m 2s
Artifacts

push.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 15 warnings
lint: resp/resp3/flatten.go#L36
File is not `goimports`-ed (goimports)
lint: resp/resp3/resp.go#L1363
File is not `goimports`-ed (goimports)
lint: conn.go#L442
File is not `goimports`-ed (goimports)
lint: doc.go#L8
File is not `goimports`-ed (goimports)
lint: pubsub_stub.go#L59
File is not `goimports`-ed (goimports)
lint: stub.go#L47
File is not `goimports`-ed (goimports)
lint: action_test.go#L337
File is not `goimports`-ed (goimports)
lint: conn_test.go#L274
SA2002: the goroutine calls T.Fatal, which must be called in the same goroutine as the test (staticcheck)
lint: conn_test.go#L313
SA2002(related information): call to T.Fatal (staticcheck)
lint
issues found
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint: resp/resp_test.go#L4
dot-imports: should not use dot imports (revive)
lint: internal/bytesutil/bytesutil_test.go#L9
dot-imports: should not use dot imports (revive)
lint: resp/resp3/flatten.go#L120
empty-block: this block is empty, you can remove it (revive)
lint: resp/resp3/resp.go#L1442
empty-block: this block is empty, you can remove it (revive)
lint: resp/resp3/resp.go#L2036
empty-block: this block is empty, you can remove it (revive)
lint: resp/resp3/resp.go#L1791
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
lint: resp/resp3/resp.go#L526
unused-parameter: parameter 'o' seems to be unused, consider removing or renaming it as _ (revive)
lint: resp/resp3/resp.go#L632
unused-parameter: parameter 'o' seems to be unused, consider removing or renaming it as _ (revive)
lint: resp/resp3/resp.go#L1298
unused-parameter: parameter 'o' seems to be unused, consider removing or renaming it as _ (revive)
test (1.16, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.16, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.17, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.17, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/