From 6b19dc5baf19c0b26f1c2def8eefb3f125c012dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:43:14 +0000 Subject: [PATCH] chore: Update dependency go to v1.26.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7090091..8ef60c1 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/goravel/sqlserver go 1.24.0 -toolchain go1.25.7 +toolchain go1.26.0 require ( github.com/Masterminds/squirrel v1.5.4