deps(go): update Go's toolchain to 1.23.6 (#4404)

This addresses a govuln reported issue present
[crypto/internal/nistec](https://pkg.go.dev/crypto/internal/nistec)
on `ppc64le`
This commit is contained in:
Julio López
2025-02-11 19:39:53 -08:00
committed by GitHub
parent 84053a57d5
commit b192b9533f

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/kopia/kopia
go 1.23.0
toolchain go1.23.5
toolchain go1.23.6
require (
cloud.google.com/go/storage v1.50.0