v1.37.0 Compile Error
pmcintyresfdc opened this issue · 1 comments
pmcintyresfdc commented
Describe the bug
During compile....
# github.com/alexandre-normand/slackscot/schedule
../../../../../pkg/mod/github.com/alexandre-normand/slackscot@v1.37.0/schedule/schedule.go:167:17: cannot use false (type bool) as type func(*gocron.Job) in argument to s.Every
Version
1.37.0
Cause
Looks like a func(*gocron.Job) is expected in j = s.Every(def.Interval, false)
pmcintyresfdc commented
Actually it's something with my build env being messed up. My bad!