chore(release): bump the minimum version #17
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (51)
internal/queryutil/query.go|12 col 11| undefined: query (typecheck)
internal/queryutil/query.go|15 col 13| undefined: query (typecheck)
internal/queryutil/query.go|19 col 18| undefined: query (typecheck)
runner.go|328 col 9| undefined: yaml (typecheck)
assert/error.go|6 col 14| undefined: multierror (typecheck)
assert/error.go|10 col 19| undefined: multierror (typecheck)
assert/assertion.go|100 col 7| undefined: yaml (typecheck)
assert/assertion_test.go|24 col 12| undefined: yaml (typecheck)
errors/error.go|270 col 12| undefined: multierror (typecheck)
internal/testutil/parameterized_test.go|36 col 4| missing type in composite literal (typecheck)
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)
plugin/plugin.go|42 col 16| cannot use newPlugin (variable of type *openedPlugin) as Plugin value in assignment: *openedPlugin does not implement Plugin (missing method Lookup) (typecheck)
plugin/plugin.go|43 col 9| cannot use newPlugin (variable of type *openedPlugin) as Plugin value in return statement: *openedPlugin does not implement Plugin (missing method Lookup) (typecheck)
plugin/plugin.go|144 col 16| p.Lookup undefined (type *openedPlugin has no field or method Lookup) (typecheck)
protocol/grpc/request.go|89 col 21| cannot range over *m (variable of type mdMarshaler) (typecheck)
protocol/grpc/expect_test.go|99 col 7| missing type in composite literal (typecheck)
protocol/grpc/expect_test.go|121 col 7| missing type in composite literal (typecheck)
protocol/http/request.go|188 col 11| undefined: encoding (typecheck)
reporter/retry.go|16 col 51| undefined: backoff (typecheck)
reporter/retry_test.go|111 col 84| undefined: backoff (typecheck)
reporter/reporter.go|312 col 17| undefined: backoff (typecheck)
reporter/report_test.go|321 col 14| cannot use 445506789000000 (untyped int constant) as TestDuration value in struct literal (typecheck)
schema/regexp_test.go|47 col 11| r.MatchString undefined (type Regexp has no field or method MatchString) (typecheck)
schema/regexp_test.go|50 col 10| r.MatchString undefined (type Regexp has no field or method MatchString) (typecheck)
template/val/value_test.go|78 col 23| cannot convert 0 (untyped int constant) to type Duration (typecheck)
template/val/value_test.go|88 col 21| cannot convert 0 (untyped int constant) to type Duration (typecheck)
template/val/value_test.go|96 col 26| cannot convert 0 (untyped int constant) to type Duration (typecheck)
template/val/duration.go|58 col 13| cannot convert d (variable of type Duration) to type int64 (typecheck)
template/val/duration_test.go|145 col 21| cannot convert math.MaxInt64 (untyped int constant 9223372036854775807) to type Duration (typecheck)
template/val/duration_test.go|146 col 21| cannot convert -math.MaxInt64 (untyped int constant -9223372036854775807) to type Duration (typecheck)
template/val/duration_test.go|153 col 26| cannot convert math.MinInt64 (untyped int constant -9223372036854775808) to type Duration (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/runtime/mfixalloc.go|60 col 9| undefined: max (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/runtime/mgcmark.go|1439 col 7| undefined: min (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/runtime/mgcpacer.go|1146 col 15| undefined: max (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/runtime/mgcpacer.go|1156 col 12| undefined: max (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/runtime/mgcpacer.go|1157 col 12| undefined: min (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/runtime/mgcscavenge.go|956 col 10| undefined: min (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/syscall/syscall_unix.go|64 col 4| m.Lock undefined (type *mmapper has no field or method Lock) (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/syscall/syscall_unix.go|65 col 10| m.Unlock undefined (type *mmapper has no field or method Unlock) (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/syscall/syscall_unix.go|77 col 4| m.Lock undefined (type *mmapper has no field or method Lock) (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/syscall/syscall_unix.go|78 col 10| m.Unlock undefined (type *mmapper has no field or method Unlock) (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/internal/fmtsort/sort.go|182 col 1| missing return (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/io/pipe.go|22 col 4| a.Lock undefined (type *onceError has no field or method Lock) (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/io/pipe.go|23 col 10| a.Unlock undefined (type *onceError has no field or method Unlock) (typecheck)
../../../../../opt/hostedtoolcache/go/1.22.0/x64/src/io/pipe.go|30 col 4| a.Lock undefined (type *onceError has no field or method Lock) (typecheck)
template/token/token.go|52 col 1| cyclomatic complexity 37 of func (Token).String
is high (> 30) (gocyclo)