update goland toolchain to 1.23.6

Signed-off-by: Marcel Franca <marcel@marcelfranca.com>
pull/891/head
Marcel Franca 2025-02-04 21:28:44 -03:00
parent 5dbec69d1e
commit 8c64d067f6
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.23.5
1.23.6

2
go.mod
View File

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