Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 #389

Merged
merged 1 commit into from
Jan 25, 2024

chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0

aadd235
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 #389

chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0
aadd235
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci succeeded Jan 25, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (23)

mock/protocol/http/handler.go|189 col 10| resp.Code undefined (type *Response has no field or method Code) (typecheck)
mock/protocol/http/handler.go|191 col 35| resp.Code undefined (type *Response has no field or method Code) (typecheck)
mock/protocol/http/handler.go|193 col 70| resp.Code undefined (type *Response has no field or method Code) (typecheck)
mock/protocol/http/handler.go|198 col 27| resp.Header undefined (type *Response has no field or method Header) (typecheck)
mock/protocol/http/handler.go|212 col 10| resp.Body undefined (type *Response has no field or method Body) (typecheck)
mock/protocol/http/handler.go|221 col 46| resp.Body undefined (type *Response has no field or method Body) (typecheck)
protocol/http/request_test.go|32 col 23| missing type in composite literal (typecheck)
protocol/http/request_test.go|100 col 20| missing type in composite literal (typecheck)
protocol/http/request_test.go|284 col 25| missing type in composite literal (typecheck)
protocol/http/request_test.go|24 col 2| "github.com/zoncoen/scenarigo/version" imported and not used (typecheck)
../../../../../opt/hostedtoolcache/go/1.21.6/x64/src/net/http/internal/chunked.go|79 col 14| undefined: max (typecheck)
../../../go/pkg/mod/golang.org/x/[email protected]/http2/server.go|2575 col 9| trailer declared and not used (typecheck)
../../../go/pkg/mod/github.com/sosedoff/[email protected]/http.go|136 col 11| r.URL undefined (type *Request has no field or method URL) (typecheck)
../../../go/pkg/mod/github.com/sosedoff/[email protected]/http.go|177 col 12| r.Body undefined (type *Request has no field or method Body) (typecheck)
../../../go/pkg/mod/github.com/sosedoff/[email protected]/http.go|179 col 7| r.Header undefined (type *Request has no field or method Header) (typecheck)
../../../go/pkg/mod/github.com/sosedoff/[email protected]/http.go|181 col 32| r.Body undefined (type *Request has no field or method Body) (typecheck)
template/token/token.go|52 col 1| cyclomatic complexity 37 of func (Token).String is high (> 30) (gocyclo)
template/parser/scanner.go|231 col 1| cyclomatic complexity 34 of func (*scanner).scanToken is high (> 30) (gocyclo)
internal/testutil/parameterized.go|28 col 13| superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
reporter/retry.go|10 col 19| unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
reporter/reporter_test.go|13 col 19| unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
reporter/reporter.go|23 col 15| the interface has more than 10 methods: 23 (interfacebloat)
template/val/compare.go|7 col 6| function comparable has same name as predeclared identifier (predeclared)