From e0df2b674942eb897e14f1fe3ed374d48eb64f94 Mon Sep 17 00:00:00 2001 From: 0xmuralik Date: Mon, 17 Oct 2022 17:03:11 +0530 Subject: [PATCH] update linter --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 801bcff7..c04629a9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: - uses: golangci/golangci-lint-action@v3 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.48.0 + version: v1.50.0 args: --timeout 10m github-token: ${{ secrets.github_token }} # Check only if there are differences in the source code