Skip to content

Commit 902587d

Browse files
committed
chore: bump minGoVersion in gos cli to 1.26
1 parent 3054729 commit 902587d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/cli/startproject.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/spf13/cobra"
2222
)
2323

24-
const minGoVersion = "1.23"
24+
const minGoVersion = "1.26"
2525

2626
var stdinReader = bufio.NewReader(os.Stdin)
2727

0 commit comments

Comments
 (0)