Bump go toolchain to 1.23.0

Reference:
- https://github.com/etcd-io/etcd/issues/18443

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
pull/821/head
Chun-Hung Tseng 2024-08-15 00:00:45 +02:00
parent ee5b5967b6
commit e52dec6c83
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.22.6
1.23.0

4
go.mod
View File

@ -1,8 +1,8 @@
module go.etcd.io/bbolt
go 1.22
go 1.23
toolchain go1.22.6
toolchain go1.23.0
require (
github.com/spf13/cobra v1.8.1