Skip to content

chore: update go version #4524

chore: update go version

chore: update go version #4524

Triggered via pull request January 2, 2025 15:27
Status Failure
Total duration 2m 10s
Artifacts

reviewdog.yml

on: pull_request
runner / staticcheck
2m 0s
runner / staticcheck
Fit to window
Zoom out
Zoom in

Annotations

4 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/stores/redis/redis_test.go#L2122
[staticcheck] reported by reviewdog 🐶 this value of pipe is never used Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"this value of pipe is never used","code":{"value":"SA4006","url":"https://staticcheck.io/docs/checks#SA4006"},"location":{"path":"/home/runner/work/go-zero/go-zero/core/stores/redis/redis_test.go","range":{"start":{"line":2122,"column":3},"end":{"line":2122,"column":61}}},"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.