Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 25c72eb

Browse files
committed
Upgrade golangci-lint to v1.20.0
1 parent d242feb commit 25c72eb

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.golangci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,3 @@ linters-settings:
1111
# the regex is used to ignore names within pkg. (default "fmt:.*").
1212
# see https://github.com/kisielk/errcheck#the-deprecated-method for details
1313
ignore: fmt:.*,github.com/go-kit/kit/log:.*
14-
15-
issues:
16-
exclude:
17-
- "not declared by package utf8"
18-
- "unicode/utf8/utf8.go"

hack/get_lint_deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set -v
33

44
go get -u golang.org/x/tools/cmd/goimports
55
go get -u golang.org/x/lint/golint
6-
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
6+
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.20.0
77
go get -u github.com/gordonklaus/ineffassign

0 commit comments

Comments
 (0)