update go version to 1.22.3

Signed-off-by: Lavish pal <lvishpal408@gmail.com>
pull/753/head
Lavish pal 2024-05-11 00:49:43 +05:30
parent a9d3063030
commit 6a04aaa322
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.22.2
1.22.3

2
go.mod
View File

@ -2,7 +2,7 @@ module go.etcd.io/bbolt
go 1.22
toolchain go1.22.2
toolchain go1.22.3
require (
github.com/spf13/cobra v1.8.0