We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326600a commit a233ee1Copy full SHA for a233ee1
go.mod
@@ -2,6 +2,8 @@ module code.gitea.io/gitea
2
3
go 1.23.0
4
5
+toolchain go1.23.6
6
+
7
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
8
// But some CAs use negative serial number, just relax the check. related:
9
// Default TLS cert uses negative serial number #895 https://github.com/microsoft/mssql-docker/issues/895
0 commit comments