Bump go toolchain version to address CVE-2023-45288

Changes:
- Bump toolchain version to 1.22.2 due to CVE-2023-45288

Reference:
- PR #17703

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
pull/712/head
Chun-Hung Tseng 2024-04-04 10:27:26 +02:00
parent c57b3537ed
commit 6c1d16e8c2
No known key found for this signature in database
GPG Key ID: EF93C20F55FB48BB
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.22.1
1.22.2

2
go.mod
View File

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