Skip to content

Commit e6bbec1

Browse files
committed
chore(ci): update golangci-lint version
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent 6949357 commit e6bbec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Run linter
1919
uses: golangci/[email protected] # Action page: <https://github.com/golangci/golangci-lint-action>
2020
with:
21-
version: v1.57 # without patch version
21+
version: v1.58 # without patch version
2222
only-new-issues: false # show only new issues if it's a pull request
2323
args: --timeout=10m --build-tags=race

0 commit comments

Comments
 (0)