Skip to content

Commit

Permalink
fix: typo in template variable
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
  • Loading branch information
scottd018 committed Jun 20, 2022
1 parent 1381027 commit 627b6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/plugins/workload/v1/scaffolds/templates/gomod.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (f *GoMod) SetTemplateDefaults() error {
const goModTemplate = `
module {{ .Repo }}
go {{ .GoVersion }}
go {{ .GoVersionMinimum }}
require (
{{ range $package, $version := $.Dependencies }}
Expand Down

0 comments on commit 627b6e2

Please sign in to comment.