mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
ci: bump golangci-lint to v1.53.x (#10659)
Requires some changes for depguard config Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
629c9f62e9
commit
be6c9565e3
@ -31,12 +31,11 @@ linters-settings:
|
||||
- name: package-comments
|
||||
disabled: true
|
||||
depguard:
|
||||
list-type: denylist
|
||||
include-go-root: true
|
||||
packages:
|
||||
# The io/ioutil package has been deprecated.
|
||||
# https://go.dev/doc/go1.16#ioutil
|
||||
- io/ioutil
|
||||
rules:
|
||||
all:
|
||||
deny:
|
||||
- pkg: io/ioutil
|
||||
desc: 'io/ioutil package has been deprecated'
|
||||
gomodguard:
|
||||
blocked:
|
||||
versions:
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
ARG GO_VERSION=1.20.4
|
||||
ARG XX_VERSION=1.2.1
|
||||
ARG GOLANGCI_LINT_VERSION=v1.52.2
|
||||
ARG GOLANGCI_LINT_VERSION=v1.53.2
|
||||
ARG ADDLICENSE_VERSION=v1.0.0
|
||||
|
||||
ARG BUILD_TAGS="e2e"
|
||||
|
Loading…
x
Reference in New Issue
Block a user