Skip to content

Commit c69b676

Browse files
chore(deps): update golangci-lint to v2.10.1 (#1865)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f4dbf9 commit c69b676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-hub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Lint with golangci-lint
4040
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
4141
with:
42-
version: 'v2.9.0' # renovate: datasource=github-releases depName=golangci/golangci-lint
42+
version: 'v2.10.1' # renovate: datasource=github-releases depName=golangci/golangci-lint
4343

4444
lint-and-test-node:
4545
name: Lint and test (Node)

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tools]
22
node = "24"
33
go = "1.26.0"
4-
golangci-lint = "2.9.0"
4+
golangci-lint = "2.10.1"
55
helm-docs = "1.14.2"
66
watchexec = "2.3.2"
77
pnpm = "10.30.0"

0 commit comments

Comments
 (0)