Skip to content

Commit 55585d0

Browse files
chore(deps): update golangci/golangci-lint to v2.11.3
1 parent 14599d0 commit 55585d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request: {}
77
env:
88
# renovate: datasource=github-tags depName=golangci/golangci-lint
9-
GOLANGCI_LINT_VERSION: "v2.10.1"
9+
GOLANGCI_LINT_VERSION: "v2.11.3"
1010
# renovate: datasource=go
1111
GOLANG_VERSION: "^1.26.0"
1212
jobs:

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tools]
44
go = '1.26.0'
5-
golangci-lint = "2.10.1"
5+
golangci-lint = "2.11.3"
66
# renovate: datasource=github-tags depName=gotestyourself/gotestsum
77
gotestsum = "1.13.0"
88
# renovate: datasource=go depName=go.uber.org/mock/mockgen

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ HAS_GOVERTER := $(shell command -v goverter;)
4242
# ? Note: Go install versions are inline because renovate can manage them like that.
4343

4444
# renovate: datasource=github-tags depName=golangci/golangci-lint
45-
GOLANGCI_LINT_VERSION := "v2.10.1"
45+
GOLANGCI_LINT_VERSION := "v2.11.3"
4646

4747
.DEFAULT_GOAL := code/lint
4848

0 commit comments

Comments
 (0)