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 5487778 commit 6aa7043Copy full SHA for 6aa7043
.github/workflows/lint.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Lint Go
36
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
37
with:
38
- version: v2.4.0 # renovate: datasource=github-tags depName=golangci/golangci-lint
+ version: v2.5.0 # renovate: datasource=github-tags depName=golangci/golangci-lint
39
40
actionlint:
41
name: Actionlint
Makefile
@@ -1,5 +1,5 @@
1
# renovate: datasource=github-tags depName=golangci/golangci-lint
2
-GOLANGCI_LINT_VERSION = v2.4.0
+GOLANGCI_LINT_VERSION = v2.5.0
3
4
test: unit-test test-integration test-integration-no-stream-block clean
5
0 commit comments