Skip to content

Commit

Permalink
✨ make go/v4 default scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Mar 11, 2023
1 parent 958cda2 commit 1f38140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {
),
cli.WithPlugins(externalPlugins...),
cli.WithDefaultPlugins(cfgv2.Version, golangv2.Plugin{}),
cli.WithDefaultPlugins(cfgv3.Version, gov3Bundle),
cli.WithDefaultPlugins(cfgv3.Version, gov4Bundle),
cli.WithDefaultProjectVersion(cfgv3.Version),
cli.WithCompletion(),
)
Expand Down
1 change: 1 addition & 0 deletions hack/docs/internal/generate_component_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (sp *Sample) GenerateSampleProject() {
"--license", "apache2",
"--owner", "The Kubernetes authors",
"--component-config",
"--plugins=go/v3",
)
CheckError("Initializing the project", err)

Expand Down

0 comments on commit 1f38140

Please sign in to comment.