Browse Source

Update golang

世界 3 years ago
parent
commit
854a92fec0
3 changed files with 5 additions and 3 deletions
  1. 2 1
      .github/workflows/debug.yml
  2. 2 1
      .github/workflows/release.yml
  3. 1 1
      library/core

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

@@ -32,7 +32,8 @@ jobs:
         uses: actions/setup-go@v2
         if: steps.cache.outputs.cache-hit != 'true'
         with:
-          go-version: 1.17.5
+          stable: false
+          go-version: 1.18.0-beta1
       - name: Native Build
         if: steps.cache.outputs.cache-hit != 'true'
         run: ./run lib core

+ 2 - 1
.github/workflows/release.yml

@@ -45,7 +45,8 @@ jobs:
         uses: actions/setup-go@v2
         if: steps.cache.outputs.cache-hit != 'true'
         with:
-          go-version: 1.17.5
+          stable: false
+          go-version: 1.18.0-beta1
       - name: Gradle cache
         uses: actions/cache@v2
         if: steps.cache.outputs.cache-hit != 'true'

+ 1 - 1
library/core

@@ -1 +1 @@
-Subproject commit 5adedfdfdf463097fd718bc319fd70badbd7bb78
+Subproject commit e8118e086ba7e1ea4edfb3320418315aa86430d1