Update golang

This commit is contained in:
世界
2022-02-18 21:20:09 +08:00
parent 86464d9bc5
commit cca1505759
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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'

View File

@@ -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