bump: upgrade actions version #1551
reviewdog.yml
on: pull_request
runner / golangci-lint
15s
runner / staticcheck
47s
Annotations
2 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
Process completed with exit code 1.
|