From 361feaf4821777601e8ab6f983f7be6279a5f979 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 01:19:28 +0000 Subject: [PATCH] chore: Update dependency golangci/golangci-lint to v1.56.1 (#271) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | patch | `v1.56.0` -> `v1.56.1` | --- ### Release Notes
golangci/golangci-lint (golangci/golangci-lint) ### [`v1.56.1`](https://togithub.com/golangci/golangci-lint/compare/v1.56.0...v1.56.1) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.56.0...v1.56.1)
--- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/nobl9/nobl9-go). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3624cf5..27ec2097 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ GO_ENUM_VERSION := v0.6.0 # renovate datasource=github-releases depName=securego/gosec GOSEC_VERSION := v2.18.2 # renovate datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION := v1.56.0 +GOLANGCI_LINT_VERSION := v1.56.1 # renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck GOVULNCHECK_VERSION := v1.0.4 # renovate datasource=go depName=golang.org/x/tools/cmd/goimports