summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-06-04 19:46:11 +0200
committerValery Piashchynski <[email protected]>2023-06-04 19:46:11 +0200
commit2f38ae823efc299fd87a31ec1396160c2b5350c2 (patch)
tree6dbfe311d067d776400247aa9896feabab27f25e /.github
parent14ac0a4b7ad2b5bbb6af77890ae684e968362d65 (diff)
chore: update golangci-lint action
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 ccb31581..4a2c4695 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.52 # without patch version
+ version: v1.53 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: -v --build-tags=race --timeout=10m