Chore/build pipeline (#6)

* 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
This commit is contained in:
2024-04-28 11:52:01 -03:00
committed by GitHub
parent 268ece5650
commit 98f1700b21
12 changed files with 984 additions and 14 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/felipemarinho97/torrent-indexer
go 1.21
go 1.22
require github.com/redis/go-redis/v9 v9.5.1