Update for build step also, uses a stable version of go
This commit is contained in:
parent
8b81859a80
commit
734c630069
|
@ -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