Skip to content

chore: Replace github.com/pkg/errors with Go core error package #239

chore: Replace github.com/pkg/errors with Go core error package

chore: Replace github.com/pkg/errors with Go core error package #239

Triggered via pull request August 1, 2024 13:57
Status Failure
Total duration 56s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
lint: frontend.go#L43
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"no backend defined\")" (goerr113)
lint: frontend.go#L63
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"no backend defined\")" (goerr113)
lint: frontend.go#L124
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"HTTPCache Frontend.load exception: %#v\", err)" (goerr113)
lint
issues found
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/httpcache/httpcache. Supported file pattern: go.sum