From 6003033adae775f1d725b05231a246a4462ae669 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Wed, 13 Nov 2019 10:30:08 -0500 Subject: Bump to Buildah v1.11.5 Bump to Buildah v1.11.5. Most notably changes to the podman build `--pull` functionality. `--pull=true` and `--pull=false` now work as Docker does, `--pull-never` added to supply the functionality of the old `--pull=false`. Signed-off-by: TomSweeneyRedHat --- vendor/github.com/fsouza/go-dockerclient/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vendor/github.com/fsouza/go-dockerclient/Makefile') diff --git a/vendor/github.com/fsouza/go-dockerclient/Makefile b/vendor/github.com/fsouza/go-dockerclient/Makefile index e0880ff67..84e1bfaba 100644 --- a/vendor/github.com/fsouza/go-dockerclient/Makefile +++ b/vendor/github.com/fsouza/go-dockerclient/Makefile @@ -1,7 +1,6 @@ .PHONY: \ all \ lint \ - fmt \ pretest \ test \ integration @@ -12,10 +11,6 @@ lint: cd /tmp && GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@latest golangci-lint run -fmt: - GO111MODULE=off go get mvdan.cc/gofumpt - gofumpt -s -w . - pretest: lint gotest: -- cgit v1.2.3-54-g00ecf