upgrade to go 1.22 #126
main.yaml
on: pull_request
Linting
22s
Unit Tests
27s
Annotations
10 errors
Linting:
v1/pubsub/pubsub.go#L307
Error return value of `file.Close` is not checked (errcheck)
|
Linting:
v1/pubsub/pubsub.go#L344
Error return value of `file.Close` is not checked (errcheck)
|
Linting:
v1/pubsub/pubsub.go#L362
Error return value of `file.Close` is not checked (errcheck)
|
Linting:
pkg/protocol/http/http.go#L309
Error return value of `h.httpServer.Close` is not checked (errcheck)
|
Linting:
pkg/protocol/http/http.go#L741
Error return value of `response.Body.Close` is not checked (errcheck)
|
Linting:
pkg/protocol/http/http.go#L756
Error return value of `response.Body.Close` is not checked (errcheck)
|
Linting:
pkg/protocol/http/http_test.go#L340
Error return value of `resp.Body.Close` is not checked (errcheck)
|
Linting:
pkg/protocol/http/http_test.go#L389
Error return value of `resp.Body.Close` is not checked (errcheck)
|
Linting:
v1/http/http.go#L130
Error return value of `response.Body.Close` is not checked (errcheck)
|
Linting:
v1/pubsub/pubsub.go#L303
G304: Potential file inclusion via variable (gosec)
|