diff options
author | Valery Piashchynski <[email protected]> | 2021-08-02 21:12:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-02 21:12:12 +0300 |
commit | 31752d8bd20294c7d52cd3612fbf18e44ce42637 (patch) | |
tree | bca88867ef3a1c1a6fea1ced7859346839e38e88 /.github/workflows/linters.yml | |
parent | c90c11b92e229280477a9b049e65ca1048825dd4 (diff) |
Update CI, move all tests to the single source of truth - makefile
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/linters.yml')
-rw-r--r-- | .github/workflows/linters.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index cee7085c..24d839e5 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,6 +13,6 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v2 # Action page: <https://github.com/golangci/golangci-lint-action> with: - version: v1.40 # without patch version + version: v1.41 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m |