Skip to content

Add IsNil function for checking nil values in Go #124

Add IsNil function for checking nil values in Go

Add IsNil function for checking nil values in Go #124

Re-run triggered December 2, 2023 13:47
Status Failure
Total duration 23s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
lint: type_manipulation.go#L12
Error return value is not checked (errcheck)
lint: type_manipulation_test.go#L39
SA4023: this comparison is always true; the lhs of the comparison has been assigned a concretely typed value (staticcheck)
lint
issues found
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/