File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 pull_request : {}
77env :
88 # renovate: datasource=github-tags depName=golangci/golangci-lint
9- GOLANGCI_LINT_VERSION : " v2.10.1 "
9+ GOLANGCI_LINT_VERSION : " v2.11.2 "
1010 # renovate: datasource=go
1111 GOLANG_VERSION : " ^1.26.0"
1212jobs :
Original file line number Diff line number Diff line change 22
33[tools ]
44go = ' 1.26.0'
5- golangci-lint = " 2.10.1 "
5+ golangci-lint = " 2.11.2 "
66# renovate: datasource=github-tags depName=gotestyourself/gotestsum
77gotestsum = " 1.13.0"
88# renovate: datasource=go depName=go.uber.org/mock/mockgen
Original file line number Diff line number Diff 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.2 "
4646
4747.DEFAULT_GOAL := code/lint
4848
You can’t perform that action at this time.
0 commit comments