From afbb91f85a679d3cf09d28f8293bc3386d4c784c Mon Sep 17 00:00:00 2001 From: maxdml Date: Mon, 29 Sep 2025 09:42:37 -0700 Subject: [PATCH] do not require go 1.25 in the template app --- cmd/dbos/templates/dbos-go-starter/go.mod.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/dbos/templates/dbos-go-starter/go.mod.tmpl b/cmd/dbos/templates/dbos-go-starter/go.mod.tmpl index 254dbfdb..3c31355b 100644 --- a/cmd/dbos/templates/dbos-go-starter/go.mod.tmpl +++ b/cmd/dbos/templates/dbos-go-starter/go.mod.tmpl @@ -1,5 +1,3 @@ module {{.ProjectName}} -go 1.22.0 - -toolchain go1.25.0 \ No newline at end of file +go 1.22.0 \ No newline at end of file