.github: build gocross using regular GOPROXY settings

This `go get` action has been running very slowly, and I'm pretty sure
it's because we're building gocross on the first `./tool/go` run, and
because we've set `GOPROXY=direct`, it's going directly to GitHub to
fetch all of the gocross dependencies.

Updates #cleanup

Signed-off-by: Will Norris <will@tailscale.com>
pull/10285/head
Will Norris 7 months ago committed by Will Norris
parent a3c11b87c6
commit 33147c4591

@ -18,6 +18,7 @@ jobs:
- name: Run go get
run: |
./tool/go version # build gocross if needed using regular GOPROXY
GOPROXY=direct ./tool/go get github.com/tailscale/web-client-prebuilt
./tool/go mod tidy

Loading…
Cancel
Save