Skip to content

Commit

Permalink
fix: Go -> 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
deregtd committed Feb 21, 2025
1 parent cba9506 commit 3b614dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/go.mod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{- end -}}
module github.com/{{ stencil.Arg "githubOrg" }}/{{ .Config.Name }}

go 1.23.4
go 1.24

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

0 comments on commit 3b614dd

Please sign in to comment.