mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
feat: add helm to go mod (#497)
This commit is contained in:
11
vendor/github.com/rubenv/sql-migrate/Makefile
generated
vendored
Normal file
11
vendor/github.com/rubenv/sql-migrate/Makefile
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
.PHONY: test lint build
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
|
||||
lint:
|
||||
golangci-lint run --fix --config .golangci.yaml
|
||||
|
||||
build:
|
||||
mkdir -p bin
|
||||
go build -o ./bin/sql-migrate ./sql-migrate
|
||||
Reference in New Issue
Block a user