Skip to content

Commit 5fde521

Browse files
authored
Merge pull request #1307 from wader/bump-github-golangci-lint-2.12.2
Update github-golangci-lint to 2.12.2 from 2.11.4
2 parents 1bb31f2 + b15e9e6 commit 5fde521

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
GOLANGCILINT_VERSION: "2.11.4"
10+
GOLANGCILINT_VERSION: "2.12.2"
1111

1212
jobs:
1313
lint:

format/crypto/hash.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ package crypto
22

33
import (
44
"crypto/md5"
5+
"crypto/sha3"
6+
57
//nolint: gosec
68
"crypto/sha1"
79
"crypto/sha256"
@@ -16,7 +18,6 @@ import (
1618

1719
//nolint: staticcheck
1820
"golang.org/x/crypto/md4"
19-
"golang.org/x/crypto/sha3"
2021
)
2122

2223
//go:embed hash.jq

0 commit comments

Comments
 (0)