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 16a4ef9 commit 5f86741Copy full SHA for 5f86741
.github/workflows/golangci-lint.yml
@@ -38,7 +38,7 @@ jobs:
38
id: golangci-lint-version
39
run: echo "version=$(make print-golangci-lint-version)" >> $GITHUB_OUTPUT
40
- name: Lint
41
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
+ uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
42
with:
43
args: --verbose
44
version: ${{ steps.golangci-lint-version.outputs.version }}
0 commit comments