Skip to content

Commit 15e6e58

Browse files
committed
chore(linters): specify direct version
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent b1d3900 commit 15e6e58

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
@@ -18,5 +18,5 @@ jobs:
1818
- name: Run linter
1919
uses: golangci/[email protected] # Action page: <https://github.com/golangci/golangci-lint-action>
2020
with:
21-
version: v1 # without patch version
21+
version: v1.60 # without patch version
2222
only-new-issues: false # show only new issues if it's a pull request

0 commit comments

Comments
 (0)