Merge pull request #856 from samuelbartels20/go/1.23.3

Bump go toolchain to 1.23.3
pull/860/head
Benjamin Wang 2024-11-11 07:59:47 +00:00 committed by GitHub
commit 6bf39904d1
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.2
1.23.3

2
go.mod
View File

@ -2,7 +2,7 @@ module go.etcd.io/bbolt
go 1.23
toolchain go1.23.2
toolchain go1.23.3
require (
github.com/spf13/cobra v1.8.1