Skip to content

Commit 464fa3c

Browse files
committed
Keep required go version 1.24.0
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
1 parent d7df1bf commit 464fa3c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

browsertests/go.mod

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

3-
go 1.24.9
3+
go 1.24.0
4+
5+
toolchain go1.24.9
46

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

go.mod

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

3-
go 1.24.9
3+
go 1.24.0
4+
5+
toolchain go1.24.9
46

57
require (
68
github.com/chzyer/readline v1.5.1

0 commit comments

Comments
 (0)