Skip to content

Commit 0de5a48

Browse files
renovate[bot]oxyno-zeta
authored andcommitted
chore(deps): update golangci/golangci-lint to v1.64.3
1 parent 0543412 commit 0de5a48

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: "v1.64.2"
9+
GOLANGCI_LINT_VERSION: "v1.64.3"
1010
GOLANG_VERSION: "^1.23.0"
1111
jobs:
1212
changes:

.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.23.6'
5-
golangci-lint = "1.64.2"
5+
golangci-lint = "1.64.3"
66
# renovate: datasource=github-tags depName=gotestyourself/gotestsum
77
gotestsum = "v1.12.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
@@ -41,7 +41,7 @@ HAS_FIELDALIGNMENT:=$(shell command -v fieldalignment;)
4141
# ? Note: Go install versions are inline because renovate can manage them like that.
4242

4343
# renovate: datasource=github-tags depName=golangci/golangci-lint
44-
GOLANGCI_LINT_VERSION := "v1.64.2"
44+
GOLANGCI_LINT_VERSION := "v1.64.3"
4545

4646
.DEFAULT_GOAL := code/lint
4747

0 commit comments

Comments
 (0)