Skip to content

Commit 3975549

Browse files
committed
deps: update dependencies
1 parent 3ed64fc commit 3975549

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
@@ -13,6 +13,6 @@ jobs:
1313
- name: Run linter
1414
uses: golangci/golangci-lint-action@v3.2.0 # Action page: <https://github.com/golangci/golangci-lint-action>
1515
with:
16-
version: v1.46 # without patch version
16+
version: v1.47 # without patch version
1717
only-new-issues: false # show only new issues if it's a pull request
1818
args: --timeout=10m --build-tags=race

0 commit comments

Comments
 (0)