aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-09-28 11:08:06 -0700
committerMicah Lee <micah@micahflee.com>2023-09-28 11:08:06 -0700
commit94589dde21d94ee817790d9e1dbda9d3d532a98c (patch)
treede3d655d941504808df7c1e5f6a95acc23738dd0
parentc3b63ddd006a085c09d0e0401018b25aaace4110 (diff)
downloadonionshare-94589dde21d94ee817790d9e1dbda9d3d532a98c.tar.gz
onionshare-94589dde21d94ee817790d9e1dbda9d3d532a98c.zip
Specify Go >=1.21.1
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 24619fd5..9d2551cb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,10 +43,10 @@ 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
+ - name: Install Go >=1.21.1
uses: actions/setup-go@v4
with:
- go-version: latest
+ go-version: '>=1.21.1'
- run: go version
- name: Restore cache - obfs4proxy