all: add Go 1.25 support

This commit is contained in:
Ayke van Laethem
2025-07-11 09:34:44 +02:00
committed by Ron Evans
parent 8911abbc6d
commit b33b6ce293
9 changed files with 37 additions and 23 deletions
+6
View File
@@ -46,3 +46,9 @@ func timerCallback(tn *timerNode, delta int64) {
addTimer(tn)
}
}
//go:linkname time_runtimeIsBubbled time.runtimeIsBubbled
func time_runtimeIsBubbled() bool {
// We don't currently support bubbles.
return false
}