update goland toolchain to 1.22.12

Signed-off-by: Marcel Franca <marcel@marcelfranca.com>
pull/892/head
Marcel Franca 2025-02-04 21:32:44 -03:00
parent 4f9facc5f6
commit f356cc21ba
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.22.11
1.22.12

2
go.mod
View File

@ -2,7 +2,7 @@ module go.etcd.io/bbolt
go 1.22
toolchain go1.22.11
toolchain go1.22.12
require (
github.com/stretchr/testify v1.8.1