bump: upgrade actions version #1549
reviewdog.yml
on: pull_request
runner / golangci-lint
15s
runner / staticcheck
46s
Annotations
3 errors
runner / staticcheck:
pkg/mysql/utils.go#L1364
[staticcheck] reported by reviewdog 🐶
every value of type uint64 is <= math.MaxUint64
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"every value of type uint64 is <= math.MaxUint64","code":{"value":"SA4003","url":"https://staticcheck.io/docs/checks#SA4003"},"location":{"path":"/home/runner/work/arana/arana/pkg/mysql/utils.go","range":{"start":{"line":1364,"column":7},"end":{"line":1364,"column":30}}},"related_locations":[],"severity":"ERROR"}
|
runner / staticcheck:
pkg/runtime/ast/ast_test.go#L462
[staticcheck] reported by reviewdog 🐶
printf-style function with dynamic format string and no further arguments should use print-style function instead
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"printf-style function with dynamic format string and no further arguments should use print-style function instead","code":{"value":"SA1006","url":"https://staticcheck.io/docs/checks#SA1006"},"location":{"path":"/home/runner/work/arana/arana/pkg/runtime/ast/ast_test.go","range":{"start":{"line":462,"column":2},"end":{"line":462,"column":21}}},"related_locations":[],"severity":"ERROR"}
|
runner / staticcheck
Process completed with exit code 1.
|