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 280bfdb commit 0a8604bCopy full SHA for 0a8604b
.github/workflows/tests.yml
@@ -24,9 +24,9 @@ jobs:
24
- name: Checkout code
25
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26
- name: Run static checks
27
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
28
with:
29
- version: v2.0.1
+ version: v2.1.6
30
# use our .golangci.yml
31
args: --config=.golangci.yml --verbose
32
skip-cache: true
0 commit comments