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