summaryrefslogtreecommitdiff
path: root/vendor/github.com/docker/distribution/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-02-08 11:02:21 -0500
committerGitHub <noreply@github.com>2022-02-08 11:02:21 -0500
commit6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f (patch)
tree5d45a239609db9f8709618bd0a0bf7c9fed1e6f2 /vendor/github.com/docker/distribution/Makefile
parent119f8bc6c7e56c37f65bdd9671e7a2960ac3f1f1 (diff)
parent5bcd9134ff0c2e3af740b388da2d91c70dd7456a (diff)
downloadpodman-6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f.tar.gz
podman-6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f.tar.bz2
podman-6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f.zip
Merge pull request #13164 from containers/dependabot/go_modules/github.com/docker/distribution-2.8.0incompatible
Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible
Diffstat (limited to 'vendor/github.com/docker/distribution/Makefile')
-rw-r--r--vendor/github.com/docker/distribution/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/docker/distribution/Makefile b/vendor/github.com/docker/distribution/Makefile
index 4635c6eca..331da2732 100644
--- a/vendor/github.com/docker/distribution/Makefile
+++ b/vendor/github.com/docker/distribution/Makefile
@@ -50,7 +50,7 @@ version/version.go:
check: ## run all linters (TODO: enable "unused", "varcheck", "ineffassign", "unconvert", "staticheck", "goimports", "structcheck")
@echo "$(WHALE) $@"
- gometalinter --config .gometalinter.json ./...
+ golangci-lint run
test: ## run tests, except integration test with test.short
@echo "$(WHALE) $@"