contribsys / faktory_worker_go

Faktory workers for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version tag

jdupl123 opened this issue · comments

Because there is no version tag go mod takes the last commit from master.

This caused our ci pipeline to break with the following error

/root/go/src/github.com/contribsys/faktory_worker_go/runner.go:289:9: undefined: client.Batch

After commit: f4d3451

Would it make sense to create version tags?

If anyone else has this issue you can put github.com/contribsys/faktory_worker_go v0.0.0-20191008193933-9f13abade33b in go.mod to get the stable version.

Great thanks.