From 6238188bc2609e10114584c4335b7a6d86352f97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:44:53 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.4 --- {{ .ProjectSnake }}/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ .ProjectSnake }}/go.mod b/{{ .ProjectSnake }}/go.mod index 2c92e09..a64847b 100644 --- a/{{ .ProjectSnake }}/go.mod +++ b/{{ .ProjectSnake }}/go.mod @@ -2,7 +2,7 @@ module example.com/{{.ProjectSnake}} go 1.24.1 -toolchain go1.26.3 +toolchain go1.26.4 require github.com/hay-kot/scaffold v0.10.3 tool github.com/hay-kot/scaffold