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 320754a commit d235018Copy full SHA for d235018
.github/workflows/ci-build.yaml
@@ -108,7 +108,7 @@ jobs:
108
with:
109
go-version: ${{ env.GOLANG_VERSION }}
110
- name: Run golangci-lint
111
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
+ uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
112
113
# renovate: datasource=go packageName=github.com/golangci/golangci-lint versioning=regex:^v(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)?$
114
version: v2.5.0
0 commit comments