Skip to content

fix: adds timeout to the destination connection request in proxy (#1680) #10

fix: adds timeout to the destination connection request in proxy (#1680)

fix: adds timeout to the destination connection request in proxy (#1680) #10

Triggered via push March 12, 2024 17:44
Status Failure
Total duration 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/platform/fs/tele.go#L55
Error return value of `file.Close` is not checked (errcheck)
lint: pkg/platform/fs/tele.go#L70
Error return value of `util.CreateYamlFile` is not checked (errcheck)
lint: pkg/platform/fs/tele.go#L1
package-comments: should have a package comment (revive)
lint: pkg/proxy/integrations/mongoparser/mongoparser.go#L433
Error return value of `destConn.Close` is not checked (errcheck)
lint: pkg/proxy/integrations/mongoparser/mongoparser.go#L455
Error return value of `destConn.Close` is not checked (errcheck)
lint: pkg/proxy/integrations/mongoparser/mongoparser.go#L498
Error return value of `destConn.Close` is not checked (errcheck)
lint: pkg/proxy/integrations/mongoparser/mongoparser.go#L606
Error return value of `h.AppendMocks` is not checked (errcheck)
lint: pkg/proxy/integrations/mongoparser/mongoparser.go#L52
context-as-argument: context.Context should be the first parameter of a function (revive)
lint: pkg/proxy/integrations/mongoparser/mongoparser.go#L326
context-as-argument: context.Context should be the first parameter of a function (revive)
lint: pkg/proxy/integrations/mongoparser/mongoparser.go#L552
context-as-argument: context.Context should be the first parameter of a function (revive)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.