Merge pull request #762 from ArkaSaha30/main-cve-2024-24790

Bump Go version to 1.22.4: CVE 2024-24790 fix
pull/764/head
Benjamin Wang 2024-06-05 16:22:49 +01:00 committed by GitHub
commit f6e7d187ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.22.3
1.22.4

2
go.mod
View File

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