From b0214b66b44f30c3acd6cd97c42b8d1e780a29bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:39:01 +0100 Subject: [PATCH] chore(deps): update golang devdeps non-major (#88) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kaussow --- Makefile | 4 ++-- plugin/impl_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index be89784..b7f4259 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # renovate: datasource=github-releases depName=mvdan/gofumpt -GOFUMPT_PACKAGE_VERSION := v0.5.0 +GOFUMPT_PACKAGE_VERSION := v0.6.0 # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_LINT_PACKAGE_VERSION := v1.55.2 +GOLANGCI_LINT_PACKAGE_VERSION := v1.56.1 EXECUTABLE := wp-matrix diff --git a/plugin/impl_test.go b/plugin/impl_test.go index 9f72737..d24c956 100644 --- a/plugin/impl_test.go +++ b/plugin/impl_test.go @@ -44,7 +44,7 @@ func Test_messageContent(t *testing.T) { options := wp.Options{ Name: "wp-matrix", - Execute: func(ctx context.Context) error { return nil }, + Execute: func(_ context.Context) error { return nil }, } p := New(options, &Settings{})