Upgrade to to Go 1.26.1 (#14597) (note)

This fixes a security issue: https://www.cve.org/CVERecord?id=CVE-2026-27142

Closes #14595
This commit is contained in:
Bjørn Erik Pedersen
2026-03-11 12:36:13 +01:00
committed by GitHub
parent 842d8f1052
commit 1f578f160c
29 changed files with 447 additions and 212 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
)
func main() {
// The current is built with 3901409b5d [release-branch.go1.24] go1.24.0
// The current is built with e87b10ea2a2c6c65b80c4374af42b9c02ac9fb20 go1.26.1
// TODO(bep) preserve the staticcheck.conf file.
fmt.Println("Forking ...")
defer fmt.Println("Done ...")