Build hysteria with golang 1.18

This commit is contained in:
enfein
2022-09-26 23:48:12 +00:00
parent 9b2d1f9746
commit de5d8322e8
2 changed files with 4 additions and 4 deletions

View File

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

View File

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