Bump go 1.23.6

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
Mustafa Elbehery 2025-02-16 16:03:09 +01:00
parent 6691aa14f3
commit 64fbce5fa3
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.22.12
1.23.6

4
go.mod
View File

@ -1,8 +1,8 @@
module go.etcd.io/bbolt
go 1.22
go 1.23
toolchain go1.22.12
toolchain go1.23.6
require (
github.com/stretchr/testify v1.8.1