Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go install fails #5

Open
juliyvchirkov opened this issue Jun 16, 2023 · 1 comment
Open

go install fails #5

juliyvchirkov opened this issue Jun 16, 2023 · 1 comment

Comments

@juliyvchirkov
Copy link
Contributor

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

@WestleyR
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants