File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
113113 with :
114114 # renovate: datasource=go packageName=github.com/golangci/golangci-lint versioning=regex:^v(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)?$
115- version : v2.0 .1
115+ version : v2.1 .1
116116 args : --verbose
117117
118118 test-go :
Original file line number Diff line number Diff line change 22set -eux -o pipefail
33
44# renovate: datasource=go packageName=github.com/golangci/golangci-lint
5- GOLANGCI_LINT_VERSION=2.0 .1
5+ GOLANGCI_LINT_VERSION=2.1 .1
66
77GO111MODULE=on go install " github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v${GOLANGCI_LINT_VERSION} "
You can’t perform that action at this time.
0 commit comments