diff options
author | Valery Piashchynski <[email protected]> | 2024-12-05 19:15:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-05 19:15:06 +0100 |
commit | 9335c69e9e302e0063cff2b9739f140c9474864e (patch) | |
tree | 80c677d0eefd816be072e8cca54da27b721a87eb /.github/workflows/tests.yml | |
parent | 195476742fce37b7162593a41ac94fb5ded7fa38 (diff) | |
parent | 93c2004f86305687fdfc021134da51c1ef5da9e9 (diff) |
[#2082]: release: `v2024.3`v2024.3.0
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 68bc8e06..c40c370b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: - name: Run linter uses: golangci/[email protected] with: - version: v1.60 # without patch version + version: v1.62 # without patch version only-new-issues: false # show only new issues if it's a pull request args: -v --build-tags=race --timeout=10m |