0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-23 05:31:11 +02:00

Merge branch 'main' into lunny/fix_bug_commits_list2

This commit is contained in:
Giteabot 2025-07-10 23:48:48 +08:00 committed by GitHub
commit c53c8ba62b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
go.mod
View File

@ -1,6 +1,6 @@
module code.gitea.io/gitea
go 1.24.4
go 1.24.5
// 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: