Skip to content

Commit

Permalink
.github: build gocross using regular GOPROXY settings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
willnorris committed Nov 16, 2023
1 parent a3c11b8 commit 33147c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-webclient-prebuilt.yml
Expand Up @@ -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
Expand Down

0 comments on commit 33147c4

Please sign in to comment.