workflows: move to setup-go@v2

We had been using setup-go@v2-beta for a while, before v2 was out.
Now v2-beta is out of data and generating warnings in the github
actions ui.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-11-03 12:47:37 -05:00 committed by John Mulligan
parent a5c777bf33
commit 7b1d735f38
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2-beta
- uses: actions/setup-go@v2
with:
go-version: 1.14
- uses: actions/checkout@v2