Bump actions/checkout from 4.1.0 to 4.1.1 #3
Annotations
7 errors
check:
app.go#L186
Error return value of `r.Wait` is not checked (errcheck)
|
check:
server.go#L40
Error return value of `w.Write` is not checked (errcheck)
|
check:
server.go#L84
Error return value of `w.Write` is not checked (errcheck)
|
check:
server.go#L97
Error return value of `server.Shutdown` is not checked (errcheck)
|
check:
app.go#L9
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
check:
server.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
check
issues found
|