We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed64fc commit 3975549Copy full SHA for 3975549
.github/workflows/linters.yml
@@ -13,6 +13,6 @@ jobs:
13
- name: Run linter
14
uses: golangci/golangci-lint-action@v3.2.0 # Action page: <https://github.com/golangci/golangci-lint-action>
15
with:
16
- version: v1.46 # without patch version
+ version: v1.47 # without patch version
17
only-new-issues: false # show only new issues if it's a pull request
18
args: --timeout=10m --build-tags=race
0 commit comments