Skip to content

Commit

Permalink
Update the provider scaffold (#3354)
Browse files Browse the repository at this point in the history
Update to v10 and the latest golang release

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Feb 19, 2024
1 parent 6f3c29d commit cd90050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/provider-scaffold/template/config/config.go.template
Original file line number Diff line number Diff line change
Expand Up @@ -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{
{
Expand Down
2 changes: 1 addition & 1 deletion apps/provider-scaffold/template/go.mod.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module {{ .GoPackage }}

go 1.20
go 1.22

0 comments on commit cd90050

Please sign in to comment.