1go list -m -versions go 2stdout 1.20.1 # among others 3stdout 1.19rc2 4! stdout go1.20.1 # no go prefixes 5! stdout go1.19rc2 6 7go list -m -versions toolchain 8stdout go1.20.1 # among others 9stdout go1.19rc2
View as plain text