From cca15057598ddfba6790cbed1f5d39a5c01e4c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 18 Feb 2022 21:20:09 +0800 Subject: [PATCH] Update golang --- .github/workflows/debug.yml | 2 +- .github/workflows/release.yml | 2 +- bin/fdroid/prebuild.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 5b2438bf..ccc0aa72 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -33,7 +33,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' with: stable: false - go-version: 1.18.0-beta2 + go-version: 1.18.0-rc1 - name: Native Build if: steps.cache.outputs.cache-hit != 'true' run: ./run lib core diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2d27bf5..7b60fe0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' with: stable: false - go-version: 1.18.0-beta2 + go-version: 1.18.0-rc1 - name: Gradle cache uses: actions/cache@v2 if: steps.cache.outputs.cache-hit != 'true' diff --git a/bin/fdroid/prebuild.sh b/bin/fdroid/prebuild.sh index a04092b8..6e0534ba 100755 --- a/bin/fdroid/prebuild.sh +++ b/bin/fdroid/prebuild.sh @@ -5,7 +5,7 @@ source "bin/init/env.sh" git submodule update --init 'external/*' git submodule update --init 'library/*' -bin/fdroid/install_golang.sh 1.18beta2 +bin/fdroid/install_golang.sh 1.18rc1 echo "sdk.dir=$ANDROID_HOME" >>local.properties echo "ndk.dir=$ANDROID_NDK_HOME" >>local.properties