Skip to content

feature: chatbot (#55) #34

feature: chatbot (#55)

feature: chatbot (#55) #34

Triggered via push November 29, 2023 03:15
Status Failure
Total duration 43s
Artifacts

golinter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: module/feature/chatbot/service/service.go#L38
Error return value of `s.repo.CreateQuestion` is not checked (errcheck)
lint: module/feature/chatbot/service/service.go#L99
Error return value of `s.repo.CreateAnswer` is not checked (errcheck)
lint: utils/database/mongo.go#L19
lostcancel: the cancel function returned by context.WithTimeout should be called, not discarded, to avoid a context leak (govet)
lint: module/feature/challenge/handler/handler.go#L161
ineffectual assignment to updatedChallenge (ineffassign)
lint
Process completed with exit code 1.
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/