From 9989f941ddb44573fdc230e876d696d9ceadfb27 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:33:29 +0000 Subject: [PATCH 1/2] Initial plan From 20a47229b5fd6dab15e22138846ca07bd243e76e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:35:06 +0000 Subject: [PATCH 2/2] chore: bump toolchain to go1.26.6 to fix govulncheck failures Co-authored-by: juicycleff <11243590+juicycleff@users.noreply.github.com> --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 8d557da..bd4418f 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/xraph/authsome go 1.26.0 +toolchain go1.26.6 + // replace github.com/xraph/forge => ../../forge require (