chore(deps): bump golang.org/x/crypto from 0.38.0 to 0.45.0 #214
Annotations
5 errors
|
golangci-lint
issues found
|
|
golangci-lint:
module/python/venv.go#L16
SA1019: "golang.org/x/net/context" is deprecated: Use the standard library context package instead. (staticcheck)
|
|
golangci-lint:
envinspection/osinfo_linux.go#L4
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)
|
|
golangci-lint:
utils/file.go#L26
ineffectual assignment to realPath (ineffassign)
|
|
golangci-lint:
utils/file.go#L11
S1008: should use 'return err == nil' instead of 'if err != nil { return false }; return true' (gosimple)
|
Loading