diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9e810bc61d..9b79e2d5e4e 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