Skip to content

Commit de26aac

Browse files
committed
fix: 1.24.0 not 1.24
1 parent 3b614dd commit de26aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/go.mod.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{- end -}}
44
module github.com/{{ stencil.Arg "githubOrg" }}/{{ .Config.Name }}
55

6-
go 1.24
6+
go 1.24.0
77

88
// <<Stencil::Block(requires)>>
99
{{- if empty (trim (file.Block "requires")) }}

0 commit comments

Comments
 (0)