Skip to content

Commit 5623607

Browse files
committed
deps: update dependencies
1 parent 98ae6e2 commit 5623607

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/linters.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
- beta
88
- stable
99
tags-ignore:
10-
- '**'
10+
- "**"
1111
paths-ignore:
12-
- '**.md'
12+
- "**.md"
1313
pull_request:
1414
paths-ignore:
15-
- '**.md'
15+
- "**.md"
1616

1717
jobs:
1818
golangci-lint:
@@ -30,5 +30,5 @@ jobs:
3030
- name: Run linter
3131
uses: golangci/golangci-lint-action@v3.2.0 # Action page: <https://github.com/golangci/golangci-lint-action>
3232
with:
33-
version: v1.46 # without patch version
34-
only-new-issues: false # show only new issues if it's a pull request
33+
version: v1.47 # without patch version
34+
only-new-issues: false # show only new issues if it's a pull request

0 commit comments

Comments
 (0)