Sign in
go
/
build
/
5308f14ab8b6a292d9a76edc959a2db59acf4953
/
.
/
internal
/
releasetargets
/
genlatestports.bash
blob: 3a1169b12c1ed8c60f06322c7fdf562256d7e2c2 [
file
] [
log
] [
blame
]
#!/bin/bash -eux
go install golang
.
org
/
dl
/
gotip@latest
gotip download
MAJOR
=
$
(
gotip env GOVERSION
|
grep
-
Eo
'go1\.[0-9]+'
)
gotip tool dist list
>
allports
/
$
{
MAJOR
}.
txt