Merge pull request #753 from lavishpal/update/go-version-to-1.22.3

dependency : update go version to 1.22.3
pull/756/head
Benjamin Wang 2024-05-11 11:00:46 +01:00 committed by GitHub
commit 89209af22e
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.22.2
1.22.3

2
go.mod
View File

@ -2,7 +2,7 @@ module go.etcd.io/bbolt
go 1.22
toolchain go1.22.2
toolchain go1.22.3
require (
github.com/spf13/cobra v1.8.0