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 c473f91 commit 8e578b5Copy full SHA for 8e578b5
.github/workflows/lint.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Lint Go
33
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
34
with:
35
- version: v1.60.1 # renovate: datasource=github-tags depName=golangci/golangci-lint
+ version: v1.60.3 # renovate: datasource=github-tags depName=golangci/golangci-lint
36
37
actionlint:
38
name: Actionlint
Makefile
@@ -1,5 +1,5 @@
1
# renovate: datasource=github-tags depName=golangci/golangci-lint
2
-GOLANGCI_LINT_VERSION = v1.60.1
+GOLANGCI_LINT_VERSION = v1.60.3
3
4
test: unit-test test-integration test-integration-no-stream-block clean
5
0 commit comments