From 589b0af104805e23b2b6e6948e34ea38b6a1e837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Mon, 19 Jul 2021 11:57:06 -0400 Subject: [PATCH] Update golangci-lint version This allows us to pick up https://github.com/golangci/golangci-lint/pull/1930 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce4d68cc345..838ca23a677 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: uses: golangci/golangci-lint-action@v2.3.0 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.29 + version: v1.41 args: -v --build-tags relic - name: Run ShellCheck uses: ludeeus/action-shellcheck@master