aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-09-28 10:53:09 -0700
committerMicah Lee <micah@micahflee.com>2023-09-28 10:53:09 -0700
commitc3b63ddd006a085c09d0e0401018b25aaace4110 (patch)
tree1e8ddc0420bbe6c25b2f142a28ce51f3a74310d6
parent0479878a7ac751845e2157d3466160a01cef4f1d (diff)
downloadonionshare-c3b63ddd006a085c09d0e0401018b25aaace4110.tar.gz
onionshare-c3b63ddd006a085c09d0e0401018b25aaace4110.zip
Install the latest version of Go in build-win64
-rw-r--r--.github/workflows/build.yml6
1 files changed, 6 insertions, 0 deletions
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: