Merge pull request #867 from deanurag/main

Updated Go toolchain to 1.23.4
pull/869/head
Benjamin Wang 2024-12-04 15:39:25 +00:00 committed by GitHub
commit 22ac598c5e
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.3
1.23.4

2
go.mod
View File

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