We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6949357 commit e6bbec1Copy full SHA for e6bbec1
.github/workflows/linters.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Run linter
19
uses: golangci/[email protected] # Action page: <https://github.com/golangci/golangci-lint-action>
20
with:
21
- version: v1.57 # without patch version
+ version: v1.58 # without patch version
22
only-new-issues: false # show only new issues if it's a pull request
23
args: --timeout=10m --build-tags=race
0 commit comments