* chg: chore: add linter * chg: chore: update go * new: chore: add pipeline * chg: fix: dockerfile path * chg: fix: main branch name * chg: fix: add goimports * chg: fix: remove goimports * chg: fix: use goreleaser * new: chore: add goreleaser config * new: docs: add LICENSE * chg: fix: container version * chg: fix: dockerfile setup
10 lines
159 B
Makefile
10 lines
159 B
Makefile
|
|
build:
|
|
docker build -t torrent-indexer .
|
|
|
|
lint:
|
|
go run github.com/golangci/golangci-lint/cmd/golangci-lint@latest run -v --timeout 5m
|
|
|
|
run:
|
|
go run main.go
|