We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bb31f2 + b15e9e6 commit 5fde521Copy full SHA for 5fde521
2 files changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
9
env:
10
- GOLANGCILINT_VERSION: "2.11.4"
+ GOLANGCILINT_VERSION: "2.12.2"
11
12
jobs:
13
lint:
format/crypto/hash.go
@@ -2,6 +2,8 @@ package crypto
2
3
import (
4
"crypto/md5"
5
+ "crypto/sha3"
6
+
//nolint: gosec
"crypto/sha1"
"crypto/sha256"
@@ -16,7 +18,6 @@ import (
16
18
17
19
//nolint: staticcheck
20
"golang.org/x/crypto/md4"
- "golang.org/x/crypto/sha3"
21
)
22
23
//go:embed hash.jq
0 commit comments