Skip to content

Commit 1f38140

Browse files
✨ make go/v4 default scaffold
1 parent 958cda2 commit 1f38140

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func main() {
7575
),
7676
cli.WithPlugins(externalPlugins...),
7777
cli.WithDefaultPlugins(cfgv2.Version, golangv2.Plugin{}),
78-
cli.WithDefaultPlugins(cfgv3.Version, gov3Bundle),
78+
cli.WithDefaultPlugins(cfgv3.Version, gov4Bundle),
7979
cli.WithDefaultProjectVersion(cfgv3.Version),
8080
cli.WithCompletion(),
8181
)

hack/docs/internal/generate_component_config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ func (sp *Sample) GenerateSampleProject() {
7373
"--license", "apache2",
7474
"--owner", "The Kubernetes authors",
7575
"--component-config",
76+
"--plugins=go/v3",
7677
)
7778
CheckError("Initializing the project", err)
7879

0 commit comments

Comments
 (0)