|
@@ -55,7 +55,7 @@ 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.16
|
|
|
|
|
|
|
+ go-version: 1.17.1
|
|
|
- name: Native Build
|
|
- name: Native Build
|
|
|
if: steps.cache.outputs.cache-hit != 'true'
|
|
if: steps.cache.outputs.cache-hit != 'true'
|
|
|
run: ./run plugin trojan_go
|
|
run: ./run plugin trojan_go
|