Skip to content

Commit

Permalink
Allow Go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Dec 27, 2022
1 parent 9bb09c5 commit 96185f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions u-root.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ func main() {

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

func isRecommendedVersion(v string) bool {
Expand Down

0 comments on commit 96185f7

Please sign in to comment.