We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e37d167 + bafab4a commit aef153cCopy full SHA for aef153c
.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