Skip to content

Commit 2e5113a

Browse files
committed
update linters
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent 1cce0ca commit 2e5113a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Run linter
2626
uses: golangci/golangci-lint-action@v2 # Action page: <https://github.com/golangci/golangci-lint-action>
2727
with:
28-
version: v1.42 # without patch version
28+
version: v1.43 # without patch version
2929
only-new-issues: false # show only new issues if it's a pull request

0 commit comments

Comments
 (0)