Skip to content

Commit 2f385a0

Browse files
committed
Require at least 1.24.9.
Go 1.24.8 has a bug that is causing a test failure like in #970. To avoid running into this when the local version has the bug, require 1.24.9 at least. Tested with "go test ./..." on a machine where 1.24.8 is the default system-wide Go. The test run fails before this fix and passes after.
1 parent 4902fdd commit 2f385a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browsertests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/pprof/browsertests
22

3-
go 1.24.0
3+
go 1.24.9
44

55
// Use the version of pprof in this directory tree.
66
replace github.com/google/pprof => ../

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/pprof
22

3-
go 1.24.0
3+
go 1.24.9
44

55
require (
66
github.com/chzyer/readline v1.5.1

0 commit comments

Comments
 (0)