From cff6536190cf07f6d2c65cfe9b9b3f1a8072a106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:51:38 +0000 Subject: [PATCH] chore: Update go toolchain directive to v1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2f436b8..e11ebce 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/goravel/sqlserver go 1.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/Masterminds/squirrel v1.5.4