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