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.
1 parent 98ae6e2 commit 5623607Copy full SHA for 5623607
.github/workflows/linters.yml
@@ -7,12 +7,12 @@ on:
7
- beta
8
- stable
9
tags-ignore:
10
- - '**'
+ - "**"
11
paths-ignore:
12
- - '**.md'
+ - "**.md"
13
pull_request:
14
15
16
17
jobs:
18
golangci-lint:
@@ -30,5 +30,5 @@ jobs:
30
- name: Run linter
31
uses: golangci/golangci-lint-action@v3.2.0 # Action page: <https://github.com/golangci/golangci-lint-action>
32
with:
33
- version: v1.46 # without patch version
34
- only-new-issues: false # show only new issues if it's a pull request
+ version: v1.47 # without patch version
+ only-new-issues: false # show only new issues if it's a pull request
0 commit comments