From dd84867e2b0c6404bb37c4593443ec9112bc614d Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Thu, 18 Mar 2021 11:31:20 +0100 Subject: [PATCH] bump linter version to 1.38 (#6253) --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c8fa53148..8e4fcbdad 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,7 +23,7 @@ jobs: - uses: golangci/golangci-lint-action@v2.5.1 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.31 + version: v1.38 args: --timeout 10m github-token: ${{ secrets.github_token }} if: env.GIT_DIFF