0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-10 09:41:52 +02:00

chore(deps): update dependency go to v1.26.3 (#37601) (#37613)

This commit is contained in:
Giteabot 2026-05-08 12:40:49 -07:00 committed by GitHub
parent a55be951e3
commit 439984474c
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.26.2
go 1.26.3
// 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: