Skip to content

Commit 156d9ff

Browse files
authored
Update toolchain to 1.25.8 for v1.25 (#36888)
> go1.25.8 (released 2026-03-05) includes security fixes to the html/template, net/url, and os packages, as well as bug fixes to the go command, the compiler, and the os package. See the [Go 1.25.8 milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.25.8+label%3ACherryPickApproved) on our issue tracker for details.
1 parent 96515c0 commit 156d9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module code.gitea.io/gitea
22

33
go 1.25.0
44

5-
toolchain go1.25.7
5+
toolchain go1.25.8
66

77
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
88
// But some CAs use negative serial number, just relax the check. related:

0 commit comments

Comments
 (0)