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 a17f2ba commit 2a11215Copy full SHA for 2a11215
.github/workflows/pr-golangci-lint.yaml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
go-version: ${{ steps.vars.outputs.go_version }}
28
- name: golangci-lint
29
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # tag=v4.0.0
+ uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # tag=v5.3.0
30
31
version: v1.56.1
32
args: --out-format=colored-line-number
0 commit comments