From f8d3b9cfa03994952ee8e873a49736f11e6cc4fc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 9 Feb 2024 16:04:35 +0000 Subject: [PATCH 1/2] chore(deps): update golangci/golangci-lint docker tag to v1.56.1 --- infra/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/Makefile b/infra/build/Makefile index 84cf9574173..dfe7548556f 100644 --- a/infra/build/Makefile +++ b/infra/build/Makefile @@ -46,7 +46,7 @@ ALPINE_VERSION := 3.19 MODULE_SWAPPER_VERSION := 0.4.0 # For developer-tools-krm -GOLANGCI_VERSION := 1.56.0 +GOLANGCI_VERSION := v1.56.1 ASMCLI_VERSION := 1.15 KIND_VERSION := 0.18.0 # Updated by Update Tooling Workflow From 7375b8ffbdcbccc8c33a17fa84900d7cd8ff9b74 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 9 Feb 2024 11:41:56 -0800 Subject: [PATCH 2/2] Update Makefile --- infra/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/Makefile b/infra/build/Makefile index dfe7548556f..1327f681115 100644 --- a/infra/build/Makefile +++ b/infra/build/Makefile @@ -46,7 +46,7 @@ ALPINE_VERSION := 3.19 MODULE_SWAPPER_VERSION := 0.4.0 # For developer-tools-krm -GOLANGCI_VERSION := v1.56.1 +GOLANGCI_VERSION := 1.56.1 ASMCLI_VERSION := 1.15 KIND_VERSION := 0.18.0 # Updated by Update Tooling Workflow