mirror of
https://github.com/ceph/go-ceph
synced 2024-12-25 07:32:27 +00:00
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
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
Block a user