mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-07-01 03:14:26 +08:00
Update golang
This commit is contained in:
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user