Merge pull request #4377 from AkihiroSuda/ci-remove-unreferenced-variable

CI: remove an unreferenced variable
This commit is contained in:
Derek McGowan 2020-07-15 18:40:58 -07:00 committed by GitHub
commit f4ebe02f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,10 +256,6 @@ jobs:
timeout-minutes: 30
needs: [project, linters, protos, man]
strategy:
matrix:
runtime: [io.containerd.runc.v1]
steps:
- name: Install Go
uses: actions/setup-go@v1