diff --git a/apps/provider-scaffold/template/config/config.go.template b/apps/provider-scaffold/template/config/config.go.template index e47b7ba6d4..074724a2e1 100644 --- a/apps/provider-scaffold/template/config/config.go.template +++ b/apps/provider-scaffold/template/config/config.go.template @@ -8,7 +8,7 @@ import ( var Config = plugin.Provider{ Name: "{{ .ProviderID }}", ID: "{{ .GoPackage }}", - Version: "9.0.0", + Version: "10.0.0", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/apps/provider-scaffold/template/go.mod.template b/apps/provider-scaffold/template/go.mod.template index e58116e2e1..92d7327296 100644 --- a/apps/provider-scaffold/template/go.mod.template +++ b/apps/provider-scaffold/template/go.mod.template @@ -1,3 +1,3 @@ module {{ .GoPackage }} -go 1.20 +go 1.22