Bump go 1.24.0

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
Mustafa Elbehery 2025-02-16 15:59:28 +01:00
parent 9b88cf72b6
commit 24c5a2be46
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.23.6
1.24.0

4
go.mod
View File

@ -1,8 +1,8 @@
module go.etcd.io/bbolt
go 1.23.0
go 1.24
toolchain go1.23.6
toolchain go1.24.0
require (
github.com/spf13/cobra v1.9.1