mirror of
https://github.com/docker/compose.git
synced 2025-07-25 22:54:54 +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
|
- name: package-comments
|
||||||
disabled: true
|
disabled: true
|
||||||
depguard:
|
depguard:
|
||||||
list-type: denylist
|
rules:
|
||||||
include-go-root: true
|
all:
|
||||||
packages:
|
deny:
|
||||||
# The io/ioutil package has been deprecated.
|
- pkg: io/ioutil
|
||||||
# https://go.dev/doc/go1.16#ioutil
|
desc: 'io/ioutil package has been deprecated'
|
||||||
- io/ioutil
|
|
||||||
gomodguard:
|
gomodguard:
|
||||||
blocked:
|
blocked:
|
||||||
versions:
|
versions:
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
ARG GO_VERSION=1.20.4
|
ARG GO_VERSION=1.20.4
|
||||||
ARG XX_VERSION=1.2.1
|
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 ADDLICENSE_VERSION=v1.0.0
|
||||||
|
|
||||||
ARG BUILD_TAGS="e2e"
|
ARG BUILD_TAGS="e2e"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user