Bump Go version to 1.22.5: GO-2024-2963 fix

Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.com>
pull/784/head
D Tripp 2024-07-04 01:00:19 +00:00
parent ee58c7e830
commit 9c4649ce62
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.22.4
1.22.5

2
go.mod
View File

@ -2,7 +2,7 @@ module go.etcd.io/bbolt
go 1.22
toolchain go1.22.4
toolchain go1.22.5
require (
github.com/spf13/cobra v1.8.1