chore: bump to use go1.23 #4277
reviewdog.yml
on: pull_request
runner / staticcheck
2m 3s
Annotations
3 errors
runner / staticcheck:
core/breaker/nopbreaker_test.go#L14
[staticcheck] reported by reviewdog 🐶
this value of p is never used
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"this value of p is never used","code":{"value":"SA4006","url":"https://staticcheck.io/docs/checks#SA4006"},"location":{"path":"/home/runner/work/go-zero/go-zero/core/breaker/nopbreaker_test.go","range":{"start":{"line":14,"column":2},"end":{"line":14,"column":21}}},"related_locations":[],"severity":"ERROR"}
|
runner / staticcheck:
core/stringx/node_fuzz_test.go#L79
[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/go-zero/go-zero/core/stringx/node_fuzz_test.go","range":{"start":{"line":79,"column":5},"end":{"line":79,"column":27}}},"related_locations":[],"severity":"ERROR"}
|
runner / staticcheck
Process completed with exit code 1.
|