go version bump from 1.22.5 to 1.22.6

Reference: https://github.com/etcd-io/etcd/issues/18419
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
pull/814/head
Chun-Hung Tseng 2024-08-08 21:54:03 +02:00
parent 4272a9c897
commit f2559dcecb
No known key found for this signature in database
GPG Key ID: EF93C20F55FB48BB
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.22.5
1.22.6

2
go.mod
View File

@ -2,7 +2,7 @@ module go.etcd.io/bbolt
go 1.22
toolchain go1.22.5
toolchain go1.22.6
require (
github.com/spf13/cobra v1.8.1