mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-05-09 06:50:41 +08:00
Build hysteria with golang 1.18
This commit is contained in:
4
.github/workflows/debug.yml
vendored
4
.github/workflows/debug.yml
vendored
@@ -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
|
||||
./run lint
|
||||
|
||||
4
.github/workflows/release_hysteria.yml
vendored
4
.github/workflows/release_hysteria.yml
vendored
@@ -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
|
||||
./gradlew :plugin:hysteria:publishPlayReleaseBundle
|
||||
|
||||
Reference in New Issue
Block a user