diff options
author | Valery Piashchynski <[email protected]> | 2022-03-25 12:31:02 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-25 12:31:02 +0100 |
commit | e95148df24093f99bea886cf4b55689d3b975313 (patch) | |
tree | b75763b37873f1550b2c109d8a4168a69e0efc0f /.github | |
parent | 60fe20ac6e937a9a53ea0cb4d97656e0e970ec58 (diff) |
[#1075]: chore(work_dir): change wd before searching for the config
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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/[email protected] 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 |