Merge pull request #936 from joshjms/main

[main] Bump go to 1.24.2
This commit is contained in:
Benjamin Wang 2025-04-08 10:04:47 +01:00 committed by GitHub
commit 53df586516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.24.1
1.24.2

2
go.mod
View File

@ -2,7 +2,7 @@ module go.etcd.io/bbolt
go 1.24
toolchain go1.24.1
toolchain go1.24.2
require (
github.com/spf13/cobra v1.9.1