diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 25320fa..509543c 100644 --- a/.github/workflows/deploy-pypi.yml +++ b/.github/workflows/deploy-pypi.yml @@ -174,7 +174,7 @@ jobs: python -m pip install nuitka imageio requests python Deploy.py --download - name: Set up go - uses: actions/setup-go@v4 + uses: actions/setup-go@v6 with: go-version: "1.25" check-latest: true @@ -197,7 +197,7 @@ jobs: python -m pip install "hysteria2 >= 2.0.4" python -m pip install "tun2socks > 2.5.2" - name: Set up go legacy - uses: actions/setup-go@v4 + uses: actions/setup-go@v6 with: go-version: "1.20" check-latest: true