Update tidy.yml (#138)

This commit is contained in:
hhhkkmk 2025-04-08 09:17:38 +08:00 committed by GitHub
parent 2715a3b110
commit 6ea7a2636a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,8 +56,8 @@ jobs:
- name: Update and commit changes
if: env.needs_update == 'true'
run: |
go get github.com/xtls/xray-core@${{ env.LATEST_TAG_SHA }}
go get -u
go get github.com/xtls/xray-core@${{ env.LATEST_TAG_SHA }}
go get gvisor.dev/gvisor@go
go get github.com/OmarTariq612/goech@v0.0.0-20240405204721-8e2e1dafd3a0
go mod tidy -v