chore(deps): bump github.com/zeromicro/go-zero from 1.6.5 to 1.7.4 #143
reviewdog.yml
on: pull_request
runner / staticcheck
1m 33s
Annotations
7 errors
runner / staticcheck
undefined: http.NewResponseController\nnote: module requires Go 1.20","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
runner / staticcheck
undefined: strings.CutPrefix\nnote: module requires Go 1.20","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
runner / staticcheck
undefined: errors.Join\nnote: module requires Go 1.20","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
runner / staticcheck
[staticcheck] reported by reviewdog 🐶
# github.com/grpc-ecosystem/grpc-gateway/v2/runtime
../../../go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/[email protected]/runtime/handler.go:21:13: undefined: http.NewResponseController
note: module requires Go 1.20
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"# github.com/grpc-ecosystem/grpc-gateway/v2/runtime\n../../../go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/[email protected]/runtime/handler.go:21:13: undefined: http.NewResponseController\nnote: module requires Go 1.20","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
runner / staticcheck
[staticcheck] reported by reviewdog 🐶
# github.com/prometheus/common/model
../../../go/pkg/mod/github.com/prometheus/[email protected]/model/metric.go:364:33: undefined: strings.CutPrefix
note: module requires Go 1.20
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"# github.com/prometheus/common/model\n../../../go/pkg/mod/github.com/prometheus/[email protected]/model/metric.go:364:33: undefined: strings.CutPrefix\nnote: module requires Go 1.20","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
runner / staticcheck
[staticcheck] reported by reviewdog 🐶
# github.com/zeromicro/go-zero/core/errorx
../../../go/pkg/mod/github.com/zeromicro/[email protected]/core/errorx/batcherror.go:33:16: undefined: errors.Join
note: module requires Go 1.20
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"# github.com/zeromicro/go-zero/core/errorx\n../../../go/pkg/mod/github.com/zeromicro/[email protected]/core/errorx/batcherror.go:33:16: undefined: errors.Join\nnote: module requires Go 1.20","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
runner / staticcheck
Process completed with exit code 1.
|