mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-29 02:03:23 +00:00
Migrate to containerd 1.54
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
4c9c66812a
commit
2ae8b31ac0
13
vendor/github.com/containerd/fifo/Makefile
generated
vendored
13
vendor/github.com/containerd/fifo/Makefile
generated
vendored
@ -12,16 +12,13 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
.PHONY: fmt vet test deps
|
||||
.PHONY: check test deps
|
||||
|
||||
test: deps
|
||||
go test -v -race -covermode=atomic -coverprofile=coverage.txt ./...
|
||||
go test -v -race ./...
|
||||
|
||||
deps:
|
||||
go get -d -t ./...
|
||||
go mod vendor
|
||||
|
||||
fmt:
|
||||
gofmt -s -l .
|
||||
|
||||
vet:
|
||||
go vet ./...
|
||||
check:
|
||||
GOGC=75 golangci-lint run
|
||||
|
Reference in New Issue
Block a user