diff options
author | Valery Piashchynski <[email protected]> | 2024-12-05 15:19:01 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-12-05 15:19:01 +0100 |
commit | aacecb92d1241215bdf2b3c393e4dc024ef68bb5 (patch) | |
tree | 326c76f354f28d714aa3f0de4c2cc424ab5fb3d8 /.github | |
parent | 195476742fce37b7162593a41ac94fb5ded7fa38 (diff) |
chore: initial commit
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 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 |