Skip to content

add async and example (#12) #83

add async and example (#12)

add async and example (#12) #83

Triggered via push April 29, 2024 08:25
Status Failure
Total duration 25s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
lint: errors/err_code.go#L40
avoid direct access to proto field code.Message, use code.GetMessage() instead (protogetter)
lint: errors/err_code.go#L84
avoid direct access to proto field err1.pb.Code, use err1.pb.GetCode() instead (protogetter)
lint: errors/err_code.go#L97
avoid direct access to proto field err1.pb.Code, use err1.pb.GetCode() instead (protogetter)
lint: errors/err_code.go#L102
avoid direct access to proto field (*err2).Code, use (*err2).GetCode() instead (protogetter)
lint: errors/err_code.go#L106
avoid direct access to proto field (*err2).Code, use (*err2).GetCode() instead (protogetter)
lint: errors/err_code.go#L116
avoid direct access to proto field t.pb.Code, use t.pb.GetCode() instead (protogetter)
lint: errors/err_code.go#L117
avoid direct access to proto field t.pb.Message, use t.pb.GetMessage() instead (protogetter)
lint: errors/err_code.go#L118
avoid direct access to proto field t.pb.Name, use t.pb.GetName() instead (protogetter)
lint: errors/err_code.go#L119
avoid direct access to proto field t.pb.StatusCode, use t.pb.GetStatusCode() instead (protogetter)
lint: errors/err_code.go#L127
avoid direct access to proto field t.pb.Name, use t.pb.GetName() instead (protogetter)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@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
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/