Skip to content

Commit

Permalink
Remove go1.16 warning
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan O'Leary <[email protected]>
  • Loading branch information
rjoleary committed May 24, 2021
1 parent 0b4edb9 commit 6da3266
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 @@ -173,6 +173,7 @@ var recommendedVersions = []string{
"go1.13",
"go1.14",
"go1.15",
"go1.16",
}

func isRecommendedVersion(v string) bool {
Expand Down

0 comments on commit 6da3266

Please sign in to comment.