Skip to content

Commit e63aadf

Browse files
authored
chore(deps): update dependency golangci/golangci-lint to v2.6.1 (#125)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | patch | `v2.6.0` -> `v2.6.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v2.6.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v261) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.6.0...v2.6.1) 1. Linters bug fixes - `copyloopvar`: from 1.2.1 to 1.2.2 - `go-critic`: from 0.14.0 to 0.14.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42LjMiLCJ1cGRhdGVkSW5WZXIiOiI0Mi42LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImJ1aWxkOmRlcHMiXX0=-->
2 parents e69c963 + e92c2c3 commit e63aadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/base.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-tags depName=golangci/golangci-lint
2-
GOLANGCI_VERSION ?= v2.6.0
2+
GOLANGCI_VERSION ?= v2.6.1
33
# renovate: datasource=github-tags depName=protocolbuffers/protobuf
44
PROTOC_VERSION ?= 33.0
55
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)

0 commit comments

Comments
 (0)