From 0df756fb08d33c55b1856139db6213c767f23e92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:25:54 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.54.2 --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6130c460cc9..142c1eb6024 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: env: # Common versions GO_VERSION: '1.21.0' - GOLANGCI_VERSION: 'v1.54.1' + GOLANGCI_VERSION: 'v1.54.2' DOCKER_BUILDX_VERSION: 'v0.10.0' # Common users. We can't run a step 'if secrets.AWS_USR != ""' but we can run diff --git a/Makefile b/Makefile index b72f437e027..ef29a5c1e6e 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ GO_TEST_PACKAGES = $(GO_PROJECT)/test/e2e GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.version=$(VERSION) GO_SUBDIRS += cmd internal apis GO111MODULE = on -GOLANGCILINT_VERSION = 1.54.1 +GOLANGCILINT_VERSION = 1.54.2 -include build/makelib/golang.mk # ====================================================================================