We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3896b9f + 46d4cfa commit e3f1eaeCopy full SHA for e3f1eae
.github/workflows/linters.yml
@@ -16,7 +16,7 @@ jobs:
16
go-version: stable
17
18
- name: Run linter
19
- uses: golangci/[email protected].0 # Action page: <https://github.com/golangci/golangci-lint-action>
+ uses: golangci/[email protected].2 # Action page: <https://github.com/golangci/golangci-lint-action>
20
with:
21
version: v1.61 # without patch version
22
only-new-issues: false # show only new issues if it's a pull request
0 commit comments