Migrate to go1.22

Signed-off-by: Allen Ray <alray@redhat.com>
pull/690/head
Allen Ray 2024-02-07 11:28:35 -05:00
parent 4d74483f9b
commit 5d5f587e4e
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