Test against the latest versions of Go #6
Annotations
11 errors
test (1.19.x, ubuntu-latest):
common.go#L14
SA1019: "golang.org/x/crypto/poly1305" is deprecated: Poly1305 as implemented by this package is a cryptographic building block that is not safe for general purpose use. For encryption, use the full ChaCha20-Poly1305 construction implemented by golang.org/x/crypto/chacha20poly1305. For authentication, use a general purpose MAC such as HMAC implemented by crypto/hmac. (staticcheck)
|
test (1.19.x, ubuntu-latest):
signcrypt_test.go#L15
SA1019: "golang.org/x/crypto/poly1305" is deprecated: Poly1305 as implemented by this package is a cryptographic building block that is not safe for general purpose use. For encryption, use the full ChaCha20-Poly1305 construction implemented by golang.org/x/crypto/chacha20poly1305. For authentication, use a general purpose MAC such as HMAC implemented by crypto/hmac. (staticcheck)
|
test (1.19.x, ubuntu-latest)
issues found
|
test (1.21.x, ubuntu-latest)
The job was canceled because "_1_19_x_ubuntu-latest" failed.
|
test (1.21.x, ubuntu-latest):
common.go#L14
SA1019: "golang.org/x/crypto/poly1305" is deprecated: Poly1305 as implemented by this package is a cryptographic building block that is not safe for general purpose use. For encryption, use the full ChaCha20-Poly1305 construction implemented by golang.org/x/crypto/chacha20poly1305. For authentication, use a general purpose MAC such as HMAC implemented by crypto/hmac. (staticcheck)
|
test (1.21.x, ubuntu-latest):
signcrypt_test.go#L15
SA1019: "golang.org/x/crypto/poly1305" is deprecated: Poly1305 as implemented by this package is a cryptographic building block that is not safe for general purpose use. For encryption, use the full ChaCha20-Poly1305 construction implemented by golang.org/x/crypto/chacha20poly1305. For authentication, use a general purpose MAC such as HMAC implemented by crypto/hmac. (staticcheck)
|
test (1.21.x, ubuntu-latest)
issues found
|
test (1.20.x, ubuntu-latest)
The job was canceled because "_1_19_x_ubuntu-latest" failed.
|
test (1.20.x, ubuntu-latest):
common.go#L14
SA1019: "golang.org/x/crypto/poly1305" is deprecated: Poly1305 as implemented by this package is a cryptographic building block that is not safe for general purpose use. For encryption, use the full ChaCha20-Poly1305 construction implemented by golang.org/x/crypto/chacha20poly1305. For authentication, use a general purpose MAC such as HMAC implemented by crypto/hmac. (staticcheck)
|
test (1.20.x, ubuntu-latest):
signcrypt_test.go#L15
SA1019: "golang.org/x/crypto/poly1305" is deprecated: Poly1305 as implemented by this package is a cryptographic building block that is not safe for general purpose use. For encryption, use the full ChaCha20-Poly1305 construction implemented by golang.org/x/crypto/chacha20poly1305. For authentication, use a general purpose MAC such as HMAC implemented by crypto/hmac. (staticcheck)
|
test (1.20.x, ubuntu-latest)
issues found
|