Better improve
This commit is contained in:
parent
25eec49577
commit
3034947e30
|
@ -11,11 +11,11 @@ jobs:
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install Matrix Go
|
- name: Install Matrix Go
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v2-beta
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
- name: Test code
|
- name: Test code
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
@ -27,11 +27,11 @@ jobs:
|
||||||
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
|
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go 1.13.1
|
- name: Install Go 1.13.1
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v2-beta
|
||||||
with:
|
with:
|
||||||
go-version: '1.13.1'
|
go-version: '1.13.1'
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
- name: Build TUSD
|
- name: Build TUSD
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue