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.
2 parents 6ef32c3 + d0037dd commit cbbb240Copy full SHA for cbbb240
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout repository
24
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
- name: Setup golangci-lint
26
- uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
+ uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
27
with:
28
args: --verbose
29
version: latest
0 commit comments