Skip to content

Commit 3b614dd

Browse files
committed
fix: Go -> 1.24
1 parent cba9506 commit 3b614dd

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.23.4
6+
go 1.24
77

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

0 commit comments

Comments
 (0)