summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-08-16 15:28:46 +0300
committerValery Piashchynski <[email protected]>2024-08-16 15:28:46 +0300
commit7b44915e6a9cf9acd72f9148de7b766f1fc278f6 (patch)
treefd8d32175e349d75e0f565d50410441fa066d6fe
parentd03c6d287585a25d638910e43846ec06a65a3e1f (diff)
chore: update linters
Signed-off-by: Valery Piashchynski <[email protected]>
-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 fceb94d3..faecd319 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.58 # without patch version
+ version: v1.60 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: -v --build-tags=race --timeout=10m