diff options
author | Valery Piashchynski <[email protected]> | 2023-08-10 18:28:24 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-10 18:28:24 +0200 |
commit | ed31539895f2c02cb0186eb8eca9ead8eb2c382d (patch) | |
tree | d1eaec79432731fe1124e12284d0fedeeda64b5c /.github/workflows/tests.yml | |
parent | d0fafdccb2c5ddcd4cded4c6b3a7e217ee22efd2 (diff) | |
parent | 6d517c4810cfeacb2b707c9eb77dbe60adc1c9f0 (diff) |
[#1674]: release: `v2023.2.2`v2023.2.2
Diffstat (limited to '.github/workflows/tests.yml')
-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 ad343cf2..bc9120b4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: - name: Run linter uses: golangci/[email protected] with: - version: v1.53 # without patch version + version: v1.54 # without patch version only-new-issues: false # show only new issues if it's a pull request args: -v --build-tags=race --timeout=10m |