Bump golang.org/x/crypto from 0.1.0 to 0.17.0 #22
Annotations
3 errors and 2 warnings
gohash/hash_test.go#L17
[golangci] reported by reviewdog 🐶
S1004: should use bytes.Equal(bytes1, bytes2) instead (gosimple)
Raw Output:
gohash/hash_test.go:17:5: S1004: should use bytes.Equal(bytes1, bytes2) instead (gosimple)
if bytes.Compare(bytes1, bytes2) == 0 {
^
|
gohash/hash_test.go#L36
[golangci] reported by reviewdog 🐶
S1004: should use !bytes.Equal(hmac1, hmac2) instead (gosimple)
Raw Output:
gohash/hash_test.go:36:5: S1004: should use !bytes.Equal(hmac1, hmac2) instead (gosimple)
if bytes.Compare(hmac1, hmac2) != 0 {
^
|
gohash/hash_test.go#L41
[golangci] reported by reviewdog 🐶
S1004: should use bytes.Equal(hmac1, hmac3) instead (gosimple)
Raw Output:
gohash/hash_test.go:41:5: S1004: should use bytes.Equal(hmac1, hmac3) instead (gosimple)
if bytes.Compare(hmac1, hmac3) == 0 || err != nil {
^
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job succeeded
Loading