Преглед изворни кода

Build hysteria with golang 1.18

enfein пре 3 година
родитељ
комит
de5d8322e8
2 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      .github/workflows/debug.yml
  2. 2 2
      .github/workflows/release_hysteria.yml

+ 2 - 2
.github/workflows/debug.yml

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

+ 2 - 2
.github/workflows/release_hysteria.yml

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