We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4dbf9 commit c69b676Copy full SHA for c69b676
.github/workflows/build-hub.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Lint with golangci-lint
40
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
41
with:
42
- version: 'v2.9.0' # renovate: datasource=github-releases depName=golangci/golangci-lint
+ version: 'v2.10.1' # renovate: datasource=github-releases depName=golangci/golangci-lint
43
44
lint-and-test-node:
45
name: Lint and test (Node)
mise.toml
@@ -1,7 +1,7 @@
1
[tools]
2
node = "24"
3
go = "1.26.0"
4
-golangci-lint = "2.9.0"
+golangci-lint = "2.10.1"
5
helm-docs = "1.14.2"
6
watchexec = "2.3.2"
7
pnpm = "10.30.0"
0 commit comments