-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Gitea version update #9913
Comments
@paulocarvalho2899 do you build the software yourself ? |
Yes, I execute the command "go build" (I don't know if I'm supposed to change the version, is it?) |
@paulocarvalho2899 you should use make: https://docs.gitea.io/en-us/install-from-source/#build Line 44 in 5cf241b
|
@6543 thanks :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
gitea/main.go
Line 32 in 8cb9b2f
Hi, I was updating my gitea server and I noticed that my gitea version didn't change. After some tests and insistence I assumed that the "problem" was in the code. So I searched and found in the main.go file, which was not being maintained the version parameter.
The text was updated successfully, but these errors were encountered: