Use setup-go@v2 to avoid old commands.

This commit is contained in:
Abdelhadi Khiati 2021-01-18 13:41:07 +01:00
parent 67fd74e129
commit 8b81859a80
1 changed files with 1 additions and 1 deletions

View File

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