From de5d8322e89eff76e4e2941c97b461ca2afb63b5 Mon Sep 17 00:00:00 2001 From: enfein <83481737+enfein@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:48:12 +0000 Subject: [PATCH] Build hysteria with golang 1.18 --- .github/workflows/debug.yml | 4 ++-- .github/workflows/release_hysteria.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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