Skip to content

Commit

Permalink
Update tun2socks dependency build to go 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
  • Loading branch information
LorenEteval committed Mar 11, 2024
1 parent 97288c4 commit f62e45e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,16 +149,6 @@ jobs:
go version
python3 -m pip install "hysteria > 1.3.5"
- name: Set up go 1.21
uses: actions/setup-go@v4
with:
go-version: "1.21"

- name: Install go 1.21 dependencies
run: |
go version
python3 -m pip install "tun2socks > 2.5.1"
- name: Set up go 1.22
uses: actions/setup-go@v4
with:
Expand All @@ -167,7 +157,7 @@ jobs:
- name: Install go 1.22 dependencies
run: |
go version
python3 -m pip install "Xray-core >= 1.8.8" "hysteria2 >= 2.0.4"
python3 -m pip install "Xray-core >= 1.8.8" "hysteria2 >= 2.0.4" "tun2socks > 2.5.2"
- name: Run deploy script
run: python3 Deploy.py
Expand Down

0 comments on commit f62e45e

Please sign in to comment.