Update for build step also, uses a stable version of go

This commit is contained in:
Abdelhadi Khiati 2021-01-18 13:46:09 +01:00
parent 8b81859a80
commit 734c630069
1 changed files with 1 additions and 1 deletions

View File

@ -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