Skip to content

Commit

Permalink
Migrate to go1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Ray <alray@redhat.com>
  • Loading branch information
dusk125 committed Mar 6, 2024
1 parent 4d74483 commit 5d5f587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.6
1.22.1
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5d5f587

Please sign in to comment.