Merge pull request #690 from dusk125/upgrade-go1.22

Migrate to go1.22
pull/708/head
Benjamin Wang 2024-03-06 20:32:22 +00:00 committed by GitHub
commit 3fa18aed53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
1.21.6
1.22.1

4
go.mod
View File

@ -1,6 +1,8 @@
module go.etcd.io/bbolt
go 1.21
go 1.22
toolchain go1.22.1
require (
github.com/spf13/cobra v1.8.0