diff --git a/.renovaterc b/.renovaterc index 1bdf43f..2f89be8 100644 --- a/.renovaterc +++ b/.renovaterc @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "constraints": { - "go": "1.22" + "go": "1.23" }, "extends": [ "config:base", diff --git a/go.mod b/go.mod index fa0bea5..cadee56 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/go-webauthn/x -go 1.22 +go 1.23 -toolchain go1.22.6 +toolchain go1.23.0 require golang.org/x/crypto v0.26.0