WestleyR/srm

go install fails

Opened this issue · 1 comments

The easiest way to install with go install github.com/WestleyR/srm@latest, recommended in readme, fails for some reason

go version go1.20.5 linux/amd64, Ubuntu server 22.04, if that matters somehow

Go proxy is still caching old (deleted) tags. Yes I know, I dont normally delete tags. Temporarily you can disable proxy with GOPROXY=direct, so like:

GOPROXY=direct go install github.com/WestleyR/srm@latest