diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 34b6afb4..c27c3e92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: - name: Setup Golang if: steps.cache-libhysteria2-restore.outputs.cache-hit != 'true' - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: 'AndroidLibXrayLite/go.mod' cache: false