From c3b63ddd006a085c09d0e0401018b25aaace4110 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 28 Sep 2023 10:53:09 -0700 Subject: Install the latest version of Go in build-win64 --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d762c29..24619fd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,12 @@ jobs: - name: Get tor binaries from Tor Browser (64-bit) run: cd desktop && C:\hostedtoolcache\windows\Python\3.10.11\x64\Scripts\poetry run python .\scripts\get-tor.py win64 + - name: Install the latest version of Go + uses: actions/setup-go@v4 + with: + go-version: latest + - run: go version + - name: Restore cache - obfs4proxy uses: actions/cache@v3 with: -- cgit v1.2.3-54-g00ecf