lint: various fixes

## Description

various linitng fixes
This commit is contained in:
Marko
2020-05-18 12:20:06 +02:00
committed by GitHub
parent d1d33057dc
commit 9149ee7d8b
14 changed files with 36 additions and 44 deletions

View File

@@ -9,6 +9,6 @@ jobs:
- uses: golangci/golangci-lint-action@master
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.26
version: v1.27
args: --timeout 10m
github-token: ${{ secrets.github_token }}