diff options
author | Valery Piashchynski <[email protected]> | 2022-10-06 16:01:05 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-10-06 16:01:05 +0200 |
commit | db29544ec6ce55640b5df3121db10fcc5853e368 (patch) | |
tree | 91493290a5ee8ccd037702c272030e9d803d5c84 /.github | |
parent | d847167c75b3e2cb197f4c2d0a32126dfe7fa0ae (diff) |
release v2.11.4
Signed-off-by: Valery Piashchynski <[email protected]>
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 e71f3c79..12f8f66d 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.48 # without patch version + version: v1.50 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --build-tags=safe --timeout=10m |