We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b614dd commit de26aacCopy full SHA for de26aac
templates/go.mod.tpl
@@ -3,7 +3,7 @@
3
{{- end -}}
4
module github.com/{{ stencil.Arg "githubOrg" }}/{{ .Config.Name }}
5
6
-go 1.24
+go 1.24.0
7
8
// <<Stencil::Block(requires)>>
9
{{- if empty (trim (file.Block "requires")) }}
0 commit comments