error wrapping that maintains types #172
Annotations
4 errors and 2 warnings
build
undefined: errcode.GetUserMsg
|
build
undefined: errcode.GetUserMsg
|
lint:
group.go#L26
SA1019: errors.WalkDeep is deprecated: WalkDeep was created before iterators. UnwrapGroups is now preferred for those using Go version >= 1.23. Note that WalkDeep uses the opposite convention for boolean return values compared to golang iterators. WalkDeep does a depth-first traversal of all errors. Any ErrorGroup is traversed (after first unwrapping deeply). The visitor function can return true to end the traversal early If iteration is ended early, WalkDeep will return true, otherwise false. (staticcheck)
|
lint
issues found
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|