Merge branch 'master' of github.com:tus/tusd
This commit is contained in:
commit
d152c5bbf8
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Install Matrix Go
|
||||
uses: actions/setup-go@v2-beta
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- name: Checkout code
|
||||
|
@ -27,7 +27,7 @@ jobs:
|
|||
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- name: Install Go 1.13.1
|
||||
uses: actions/setup-go@v2-beta
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.13.1'
|
||||
- name: Checkout code
|
||||
|
|
Loading…
Reference in New Issue