Skip to content

Commit b4c30e7

Browse files
authored
chore: support go1.24 build (#479)
Signed-off-by: Rui Chen <[email protected]>
1 parent 00bc142 commit b4c30e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ require (
3434
gopkg.in/yaml.v3 v3.0.0 // indirect
3535
)
3636

37-
go 1.18
37+
go 1.23.0
38+
39+
toolchain go1.24.2

0 commit comments

Comments
 (0)