Skip to content

Commit

Permalink
fix: ftl init go doesn't need a go version
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Jan 15, 2024
1 parent 6ce364c commit 336435c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ftl/{{ .Name }}

go {{ .GoVersion }}
go 1.21

require github.com/TBD54566975/ftl latest

0 comments on commit 336435c

Please sign in to comment.