Skip to content

make lint

make lint #37204

Triggered via pull request August 29, 2023 22:09
Status Failure
Total duration 5m 12s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Lint (Go): lib/auth/mocku2f/mocku2f.go#L152
SA1019: elliptic.Marshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function returns an encoding equivalent to that of PublicKey.Bytes in crypto/ecdh. (staticcheck)
Lint (Go): lib/auth/webauthncli/u2f_register.go#L184
SA1019: elliptic.Unmarshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function accepts an encoding equivalent to that of the NewPublicKey methods in crypto/ecdh. (staticcheck)
Lint (Go)
issues found