Bump go toolchain to 1.23.3 Signed-off-by: Samuel Bartels <bartelssamuel20@gmail.com>

Signed-off-by: samuelbartels20 <bartelssamuel20@gmail.com>
pull/856/head
samuelbartels20 2024-11-10 15:45:13 +00:00
parent a28237b0a4
commit 0abe63fc11
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.23.2
1.23.3

2
go.mod
View File

@ -2,7 +2,7 @@ module go.etcd.io/bbolt
go 1.23
toolchain go1.23.2
toolchain go1.23.3
require (
github.com/spf13/cobra v1.8.1