Skip to content

Commit

Permalink
feat(go_cli_project/files): Update Go version to 1.21 in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed May 16, 2024
1 parent 050ce68 commit a954b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/file_templates/go_cli_project/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ indent_style = tab
// go.mod
"go.mod": `module {{.Package}}
go 1.16
go 1.21
require github.com/spf13/cobra v1.2.1
`,
Expand Down

0 comments on commit a954b67

Please sign in to comment.