-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 get isn't working in v2. #788
Comments
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord |
please try this go clean -cache -modcache -i -r article: https://lecstor.com/go-clear-cache/ |
In ubuntu I just do this:
before doing this, be sure that your .profile variables set like this: open your profile:
|
Same issue here. Good to know that @hzrp. Now its work. Why we shoud enable this tag for download the last version ? In a fresh Gitlab CI pipeline i have this issue |
I had the same problem, than I have installed with the command go get -u github.com/gofiber/fiber on Ubuntu 20.04 and the version 2 was correctly installed. (no v2) |
yes you right and i do it |
No |
Fiber version
v2
Issue description
I tried installing fiber with the g
import "github.com/gofiber/fiber/v2"
go get command and it is not working, go get -u or the go modules are also of no help.
Code snippet
The text was updated successfully, but these errors were encountered: