go.toolchain.branch: switch to Go 1.26
Updates #18682 Change-Id: I1eadfab950e55d004484af880a5d8df6893e85e8 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
87bf76de89
commit
d784dcc61b
@@ -384,7 +384,7 @@ func infoFromCache(ref string, runner dirRunner) (verInfo, error) {
|
||||
}
|
||||
changeCount, err := strconv.Atoi(s)
|
||||
if err != nil {
|
||||
return verInfo{}, fmt.Errorf("infoFromCache: parsing changeCount %q: %w", changeCount, err)
|
||||
return verInfo{}, fmt.Errorf("infoFromCache: parsing changeCount %q: %w", s, err)
|
||||
}
|
||||
|
||||
return verInfo{
|
||||
|
||||
Reference in New Issue
Block a user