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:
1818
1919linters-settings :
2020 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
2726
2827issues :
2928 exclude-rules :
Original file line number Diff line number Diff line change 33ARG GO_VERSION=1.20.6
44ARG XX_VERSION=1.2.1
55ARG OSXCROSS_VERSION=11.3-r7-debian
6- ARG GOLANGCI_LINT_VERSION=v1.51.1
6+ ARG GOLANGCI_LINT_VERSION=v1.55.2
77ARG DEBIAN_FRONTEND=noninteractive
88
99ARG PACKAGE=github.com/docker/docker-credential-helpers
You can’t perform that action at this time.
0 commit comments