Skip to content

Bump golang.org/x/crypto from 0.1.0 to 0.17.0 #22

Bump golang.org/x/crypto from 0.1.0 to 0.17.0

Bump golang.org/x/crypto from 0.1.0 to 0.17.0 #22

Triggered via pull request July 12, 2024 08:31
Status Success
Total duration 29s
Artifacts

lint.yml

on: pull_request
Lint - Go
18s
Lint - Go
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
Lint - Go: 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 { ^
Lint - Go: 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 { ^
Lint - Go: 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 { ^
Lint - Go
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/
Lint - Go
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/