File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 29
29
- name : golangci-lint
30
30
uses : golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # tag=v3.4.0
31
31
with :
32
- version : v1.50.1
32
+ version : v1.51.0
33
33
working-directory : ${{matrix.working-directory}}
Original file line number Diff line number Diff line change @@ -18,10 +18,8 @@ limitations under the License.
18
18
package container
19
19
20
20
import (
21
- // Import the crypto sha256 algorithm for the docker image parser to work
22
- _ "crypto/sha256"
23
- // Import the crypto/sha512 algorithm for the docker image parser to work with 384 and 512 sha hashes
24
- _ "crypto/sha512"
21
+ _ "crypto/sha256" // Import the crypto/sha256 algorithm for the docker image parser to work with sha256 hashes.
22
+ _ "crypto/sha512" // Import the crypto/sha512 algorithm for the docker image parser to work with 384 and 512 sha hashes.
25
23
"fmt"
26
24
"path"
27
25
"regexp"
You can’t perform that action at this time.
0 commit comments