Updated Go toolchain to 1.23.4

Signed-off-by: Anurag De <anuragde2004@gmail.com>
pull/867/head
Anurag De 2024-12-04 14:29:57 +05:30
parent 1b73ebd463
commit ca0d74cde4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.23.3
1.23.4

2
go.mod
View File

@ -2,7 +2,7 @@ module go.etcd.io/bbolt
go 1.23
toolchain go1.23.3
toolchain go1.23.4
require (
github.com/spf13/cobra v1.8.1