Skip to content

chore(deps): bump golang.org/x/net from 0.34.0 to 0.38.0 in the go_modules group #16

chore(deps): bump golang.org/x/net from 0.34.0 to 0.38.0 in the go_modules group

chore(deps): bump golang.org/x/net from 0.34.0 to 0.38.0 in the go_modules group #16

Triggered via pull request May 20, 2025 01:30
Status Failure
Total duration 2m 20s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-go: cmd/main.go#L248
Error return value of `c.AddFunc` is not checked (errcheck)
lint-go: cmd/main.go#L255
Error return value of `c.AddFunc` is not checked (errcheck)
lint-go: internal/handlers/unidler/handler.go#L121
Error return value of `tmpl.ExecuteTemplate` is not checked (errcheck)
lint-go: internal/handlers/unidler/handler.go#L157
Error return value of `tmpl.ExecuteTemplate` is not checked (errcheck)
lint-go: internal/handlers/unidler/unidler.go#L189
Error return value of `wait.PollUntilContextTimeout` is not checked (errcheck)
lint-go: cmd/main.go#L158
exitAfterDefer: os.Exit will exit, and `defer file.Close()` will not run (gocritic)
lint-go: internal/handlers/idler/cli.go#L45
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
lint-go: internal/handlers/idler/service-kubernetes.go#L87
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
lint-go: internal/handlers/idler/service-kubernetes.go#L147
assignOp: replace `numHits = numHits + hits` with `numHits += hits` (gocritic)
lint-go: internal/handlers/idler/service.go#L66
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)