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 : " v1.64.2 "
9+ GOLANGCI_LINT_VERSION : " v1.64.3 "
1010 GOLANG_VERSION : " ^1.23.0"
1111jobs :
1212 changes :
Original file line number Diff line number Diff line change 22
33[tools ]
44go = ' 1.23.6'
5- golangci-lint = " 1.64.2 "
5+ golangci-lint = " 1.64.3 "
66# renovate: datasource=github-tags depName=gotestyourself/gotestsum
77gotestsum = " v1.12.0"
88# renovate: datasource=go depName=go.uber.org/mock/mockgen
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments