Skip to content

[tools](deps): Bump the all-tools group across 1 directory with 3 updates #65

[tools](deps): Bump the all-tools group across 1 directory with 3 updates

[tools](deps): Bump the all-tools group across 1 directory with 3 updates #65

Triggered via pull request July 8, 2025 17:47
Status Failure
Total duration 3m 10s
Artifacts

sub_http.yml

on: pull_request
Matrix: ci / Lint
Matrix: ci / Test With Coverage
Matrix: ci / Tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ci / Lint (ubuntu-latest, 1.23)
Process completed with exit code 2.
ci / Lint (ubuntu-latest, 1.23): http/midleware.go#L24
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
ci / Lint (ubuntu-latest, 1.23): http/httplog/io.go#L114
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
ci / Lint (ubuntu-latest, 1.23): http/compress/decoder.go#L40
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
ci / Lint (ubuntu-latest, 1.23): http/httplog/writer.go#L298
embedded fields should be listed before regular fields (embeddedstructfieldcheck)
ci / Lint (ubuntu-latest, 1.23): http/http_test.go#L69
there must be an empty line separating embedded fields from regular fields (embeddedstructfieldcheck)