mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 12:32:25 -05:00
[chore]: Bump github.com/go-playground/form/v4 from 4.2.0 to 4.2.1 (#1994)
This commit is contained in:
parent
8ac3a3f688
commit
d53449ccb4
7 changed files with 47 additions and 66 deletions
13
vendor/github.com/go-playground/form/v4/Makefile
generated
vendored
Normal file
13
vendor/github.com/go-playground/form/v4/Makefile
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
all: lint test bench
|
||||
|
||||
lint:
|
||||
golangci-lint run --timeout 5m
|
||||
|
||||
test:
|
||||
go test -covermode=atomic -race ./...
|
||||
|
||||
bench:
|
||||
go test -bench=. -benchmem ./...
|
||||
|
||||
.PHONY: test lint bench
|
||||
.DEFAULT_GOAL := all
|
||||
Loading…
Add table
Add a link
Reference in a new issue