Add go mod download

This commit is contained in:
Anton Medvedev 2022-04-25 21:41:27 +02:00
parent 61e8cf97cf
commit 1e4ee58691

View File

@ -10,6 +10,8 @@ let goarch = [
let name = (GOOS, GOARCH) => `fx_${GOOS}_${GOARCH}` + (GOOS === 'windows' ? '.exe' : '')
await $`go mod downloads`
await Promise.all(
goos.flatMap(GOOS =>
goarch.map(GOARCH =>