diff options
author | Matthew Heon <mheon@redhat.com> | 2021-09-15 15:46:26 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-09-16 11:00:05 -0400 |
commit | 69e327378f16a6abccc74191b44d22eee8032abb (patch) | |
tree | 7e1321d97907a4dcaae490a48b314442d2d5ce17 /vendor/github.com/fsouza/go-dockerclient/.golangci.yaml | |
parent | 331d4c5c78bacb559defcd981cf3fe653bedb4b2 (diff) | |
download | podman-69e327378f16a6abccc74191b44d22eee8032abb.tar.gz podman-69e327378f16a6abccc74191b44d22eee8032abb.tar.bz2 podman-69e327378f16a6abccc74191b44d22eee8032abb.zip |
Bump to Buildah v1.23.0
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'vendor/github.com/fsouza/go-dockerclient/.golangci.yaml')
-rw-r--r-- | vendor/github.com/fsouza/go-dockerclient/.golangci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/fsouza/go-dockerclient/.golangci.yaml b/vendor/github.com/fsouza/go-dockerclient/.golangci.yaml index 63415ffff..d5b0fe128 100644 --- a/vendor/github.com/fsouza/go-dockerclient/.golangci.yaml +++ b/vendor/github.com/fsouza/go-dockerclient/.golangci.yaml @@ -4,5 +4,5 @@ run: linters: disable-all: true enable: - - gofmt - - goimports + - gofumpt + - gci |