mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Specify Go >=1.21.1
This commit is contained in:
parent
c3b63ddd00
commit
94589dde21
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -43,10 +43,10 @@ jobs:
|
|||||||
- name: Get tor binaries from Tor Browser (64-bit)
|
- 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
|
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
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: latest
|
go-version: '>=1.21.1'
|
||||||
- run: go version
|
- run: go version
|
||||||
|
|
||||||
- name: Restore cache - obfs4proxy
|
- name: Restore cache - obfs4proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user