Skip to content

Commit

Permalink
Merge pull request #690 from dusk125/upgrade-go1.22
Browse files Browse the repository at this point in the history
Migrate to go1.22
  • Loading branch information
ahrtr committed Mar 6, 2024
2 parents 6479c73 + 5d5f587 commit 3fa18ae
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 3fa18ae

Please sign in to comment.