Skip to content

bump: upgrade actions version #1548

bump: upgrade actions version

bump: upgrade actions version #1548

Triggered via pull request September 26, 2024 06:40
Status Failure
Total duration 1m 54s
Artifacts

reviewdog.yml

on: pull_request
runner / golangci-lint
1m 42s
runner / golangci-lint
runner / staticcheck
1m 36s
runner / staticcheck
Fit to window
Zoom out
Zoom in

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.