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