Files
rpmspecs-gitea/0001-makefile.patch
demus 755fb6b25f
Build and provide rpm of gitea / rpmbuild (f44) (release) Successful in 4m56s
Build and provide rpm of gitea / rpmbuild (rawhide) (release) Successful in 4m59s
Move rpm file to repo root to get rpmautospec to work
The firewalld package now contains the gitea.xml file
2026-05-17 01:03:02 +02:00

13 lines
323 B
Diff

diff --git a/go.mod b/go.mod
index 5043a1e..f053438 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module code.gitea.io/gitea
-go 1.26.2
+go 1.26.1
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
// But some CAs use negative serial number, just relax the check. related: