diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 7a629b60..032d6b92 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -207,7 +207,7 @@ jobs: uses: actions/setup-go@v2 if: steps.cache.outputs.cache-hit != 'true' with: - go-version: 1.17.8 + go-version: 1.18.6 - name: Native Build if: steps.cache.outputs.cache-hit != 'true' run: ./run plugin hysteria @@ -294,4 +294,4 @@ jobs: echo "sdk.dir=${ANDROID_HOME}" > local.properties echo "ndk.dir=${ANDROID_HOME}/ndk/25.0.8775105" >> local.properties ./run init action library - ./run lint \ No newline at end of file + ./run lint diff --git a/.github/workflows/release_hysteria.yml b/.github/workflows/release_hysteria.yml index 90182f36..166f5b94 100644 --- a/.github/workflows/release_hysteria.yml +++ b/.github/workflows/release_hysteria.yml @@ -49,7 +49,7 @@ jobs: uses: actions/setup-go@v2 if: steps.cache.outputs.cache-hit != 'true' with: - go-version: 1.17.8 + go-version: 1.18.6 - name: Native Build if: steps.cache.outputs.cache-hit != 'true' run: ./run plugin hysteria @@ -195,4 +195,4 @@ jobs: ${{ secrets.ANDROID_PUBLISHER_CREDENTIALS }}" EOF ./run init action library - ./gradlew :plugin:hysteria:publishPlayReleaseBundle \ No newline at end of file + ./gradlew :plugin:hysteria:publishPlayReleaseBundle