Merge pull request #920 from tcchawla/release-1.3-bump-go-to-1.23.7

[1.3] Bump go toolchain to v1.23.7
This commit is contained in:
Benjamin Wang 2025-03-09 13:00:59 +00:00 committed by GitHub
commit 79c532bf0d
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.23.6
1.23.7

2
go.mod
View File

@ -2,7 +2,7 @@ module go.etcd.io/bbolt
go 1.23
toolchain go1.23.6
toolchain go1.23.7
require (
github.com/stretchr/testify v1.8.1