From af29e5e5e5d4f4ab16bf325358faf7ad9681a22a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:25:35 +0100 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.56.1 (#125) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kaussow --- Makefile | 2 +- cmd/wp-docker-buildx/config_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5c9263a..7df5db3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # renovate: datasource=github-releases depName=mvdan/gofumpt 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-docker-buildx diff --git a/cmd/wp-docker-buildx/config_test.go b/cmd/wp-docker-buildx/config_test.go index e8e0120..65eb918 100644 --- a/cmd/wp-docker-buildx/config_test.go +++ b/cmd/wp-docker-buildx/config_test.go @@ -36,7 +36,7 @@ func Test_pluginOptions(t *testing.T) { options := wp.Options{ Name: "wp-docker-buildx", Flags: settingsFlags(settings, wp.FlagsPluginCategory), - Execute: func(ctx context.Context) error { return nil }, + Execute: func(_ context.Context) error { return nil }, } got := plugin.New(options, settings)