From 002d5a5955e4ac7712330d64c24cf50d28926487 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 21:43:40 +0000 Subject: [PATCH] build(deps): update dependency go to v1.24.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 92fdfd1..ceaa942 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/go-webauthn/webauthn go 1.23.0 -toolchain go1.24.3 +toolchain go1.24.4 require ( github.com/fxamacker/cbor/v2 v2.8.0