diff --git a/cmd/dbos/templates/dbos-go-starter/go.mod.tmpl b/cmd/dbos/templates/dbos-go-starter/go.mod.tmpl index 254dbfd..3c31355 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