docs: emphasis out-of-order for example

This commit is contained in:
decentral1se 2021-08-08 20:19:07 +02:00
parent 755cc08442
commit 78d2fa7a60
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -35,11 +35,11 @@ func main() {
rawTags := []string{
"1.7.1",
"1.9.4-linux-arm64",
"1.14.0-rootless",
"1.14.2-rootless",
"linux-arm64-rootless",
"1.14.1-rootless",
"1.12.4-linux-amd64",
"1.14.2-rootless",
"1.14.0-rootless",
}
tag, err := tagcmp.Parse("1.14.0-rootless")