[#273] Add go1.16 tests and fix linter error

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
remotes/KirillovDenis/feature/refactor-sig-rpc
Alex Vanin 2021-04-16 14:33:15 +03:00 committed by Alex Vanin
parent 8128d598d0
commit 5a507e0d1b
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.14.x', '1.15.x' ]
go: [ '1.14.x', '1.15.x', '1.16.x' ]
steps:
- name: Setup go
uses: actions/setup-go@v2

View File

@ -230,7 +230,6 @@ func (c *clientImpl) ListContainers(ctx context.Context, ownerID *owner.ID, opts
}
return result, nil
}
func (c *clientImpl) DeleteContainer(ctx context.Context, id *container.ID, opts ...CallOption) error {