mirror of https://github.com/ceph/go-ceph
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:
parent
a5c777bf33
commit
7b1d735f38
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue