Skip to content

feat: support up to Go 1.18 #172

feat: support up to Go 1.18

feat: support up to Go 1.18 #172

Triggered via pull request July 25, 2025 16:06
Status Failure
Total duration 31s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: godump.go#L127
missing whitespace above this line (too many lines above return) (wsl_v5)
test: godump.go#L116
missing whitespace above this line (too many lines above return) (wsl_v5)
test: godump.go#L105
missing whitespace above this line (too many lines above return) (wsl_v5)
test: godump.go#L62
missing whitespace above this line (too many lines above return) (wsl_v5)
test: godump.go#L419
enforce-switch-style: switch must have a default case clause (revive)
test: godump.go#L289
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
test: godump.go#L288
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
test: godump_test.go#L915
embedded fields should be listed before regular fields (embeddedstructfieldcheck)
test: godump_test.go#L540
there must be an empty line separating embedded fields from regular fields (embeddedstructfieldcheck)
test: godump_test.go#L116
there must be an empty line separating embedded fields from regular fields (embeddedstructfieldcheck)