File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,11 @@ linters:
18
18
19
19
linters-settings :
20
20
depguard :
21
- list-type : blacklist
22
- include-go-root : true
23
- packages :
24
- # The io/ioutil package has been deprecated.
25
- # https://go.dev/doc/go1.16#ioutil
26
- - io/ioutil
21
+ rules :
22
+ main :
23
+ deny :
24
+ - pkg : " io/ioutil"
25
+ desc : The io/ioutil package has been deprecated. See https://go.dev/doc/go1.16#ioutil
27
26
28
27
issues :
29
28
exclude-rules :
Original file line number Diff line number Diff line change 3
3
ARG GO_VERSION=1.20.6
4
4
ARG XX_VERSION=1.2.1
5
5
ARG OSXCROSS_VERSION=11.3-r7-debian
6
- ARG GOLANGCI_LINT_VERSION=v1.51.1
6
+ ARG GOLANGCI_LINT_VERSION=v1.55.2
7
7
ARG DEBIAN_FRONTEND=noninteractive
8
8
9
9
ARG PACKAGE=github.com/docker/docker-credential-helpers
You can’t perform that action at this time.
0 commit comments