Skip to content

Commit 60156f1

Browse files
authored
[#13]: build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
2 parents 1fe4c30 + 91502e0 commit 60156f1

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
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Run linter
14-
uses: golangci/golangci-lint-action@v3.1.0 # Action page: <https://github.com/golangci/golangci-lint-action>
14+
uses: golangci/golangci-lint-action@v3.2.0 # Action page: <https://github.com/golangci/golangci-lint-action>
1515
with:
1616
version: v1.46 # without patch version
1717
only-new-issues: false # show only new issues if it's a pull request

0 commit comments

Comments
 (0)