diff options
author | Valery Piashchynski <[email protected]> | 2022-03-25 12:31:02 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-03-25 12:32:46 +0100 |
commit | 2c8b5fdfda79a2192ecb099e0b11bc0ba0620129 (patch) | |
tree | b70ee51068c5d873f5665eb5c54fc97e9e61710b /.github/workflows | |
parent | de7b748278b9b626aa1dcf608b916a2b4e342f9b (diff) |
[#1075]: chore(work_dir): change wd before searching for the config
Diffstat (limited to '.github/workflows')
-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 940092e4..9b4c4f6c 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.44 # 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 |