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