Closed youssefsiam38 closed 2 months ago
Hmm, sorry for the trouble. I thought I'd tested this. Fix incoming.
@brandur You're a legend.
Hey, we recently cut v0.11.4, which fixes this issue.
The Go proxy caches for some amount of time. so if @latest
is still resolving to v0.11.3, then you may need to grab v0.11.4 explicitly:
$ go install github.com/riverqueue/river/cmd/river@v0.11.4
If that is showing some 404s due to Go proxy caching, then you may need to use env vars to bypass it for now:
$ GOPROXY=direct GOSUMDB=off go install github.com/riverqueue/river/cmd/river@v0.11.4
go: downloading github.com/riverqueue/river v0.11.4
go: downloading github.com/riverqueue/river/riverdriver v0.11.4
go: downloading github.com/riverqueue/river/riverdriver/riverpgxv5 v0.11.4
go: downloading github.com/riverqueue/river/rivertype v0.11.4
go: downloading github.com/riverqueue/river/rivershared v0.11.4
(None of that should be necessary a half hour or so from now.)
@nexovec Hah, dunno about that, but thanks for the sentiment :)
after running
an error appeared
fixed when I downgraded to v0.11.2