feat: add helm to go mod (#497)

This commit is contained in:
naison
2025-03-30 11:52:21 +08:00
committed by GitHub
parent a030dc582b
commit d191c927f4
2687 changed files with 190853 additions and 78174 deletions

11
vendor/github.com/rubenv/sql-migrate/Makefile generated vendored Normal file
View 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