CI: remove an unreferenced variable

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2020-07-15 15:31:32 +09:00
parent c763f3afc2
commit c4418bb3a8

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