chore: update version for golangci-lint (#1586)

This commit is contained in:
Sinclair
2023-01-20 18:00:54 +09:00
committed by GitHub
parent ca64d7fc31
commit 2deb1b9d32

View File

@@ -19,7 +19,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.46
version: v1.50.1
args: --timeout=10m
# Optional: working directory, useful for monorepos