summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-12-05 15:19:01 +0100
committerValery Piashchynski <[email protected]>2024-12-05 15:19:01 +0100
commitaacecb92d1241215bdf2b3c393e4dc024ef68bb5 (patch)
tree326c76f354f28d714aa3f0de4c2cc424ab5fb3d8 /.github
parent195476742fce37b7162593a41ac94fb5ded7fa38 (diff)
chore: initial commit
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
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