Skip to content

Commit

Permalink
move minimum go advised by u-root comamand to 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Ronald G Minnich <[email protected]>
  • Loading branch information
rminnich committed Nov 9, 2023
1 parent 92aeeb2 commit 672cb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion u-root.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ func main() {
}

var recommendedVersions = []string{
"go1.19",
"go1.20",
"go1.21",
}

func isRecommendedVersion(v string) bool {
Expand Down

0 comments on commit 672cb8d

Please sign in to comment.