From e95148df24093f99bea886cf4b55689d3b975313 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 25 Mar 2022 12:31:02 +0100 Subject: [#1075]: chore(work_dir): change wd before searching for the config --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a257311..cab80fa2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v3.1.0 with: - version: v1.45 # without patch version + version: v1.45.1 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --build-tags=safe --timeout=10m -- cgit v1.2.3