chore(deps): Update dependency go to v1.23.4 #380
lint.yml
on: pull_request
lint
/
lint
1m 44s
lint
/
nilaway
48s
Annotations
10 errors and 2 warnings
lint / nilaway:
context_request.go#L38
error: Potential nil panic detected. Observed nil flow from source to dereference point:
|
lint / nilaway
literal `nil` returned from `MakeLog()` in position 0
|
lint / nilaway
returned as result 0 from interface method `Application.MakeLog()` (implemented by `Container.MakeLog()`)
|
lint / nilaway
result 0 of `MakeLog()` assigned into global variable `LogFacade`
|
lint / nilaway
global variable `LogFacade` called `Error()`
|
lint / nilaway:
context_request.go#L38
error: Potential nil panic detected. Observed nil flow from source to dereference point:
|
lint / nilaway
nilable value assigned into global variable `LogFacade`
|
lint / nilaway
global variable `LogFacade` called `Error()`
|
lint / nilaway:
middleware_cors.go#L58
error: Potential nil panic detected. Observed nil flow from source to dereference point:
|
lint / nilaway
literal `nil` returned from `MakeConfig()` in position 0
|
lint / nilaway
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|