From bec1fce61d9a82afee2a26d185a621b3384d7aa8 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Thu, 29 Jun 2023 05:59:29 +0200 Subject: [PATCH] ci: update golangci-lint Signed-off-by: Mark Sagi-Kazar --- .github/workflows/ci.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b137c76..eac8d6a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,7 +79,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v3 with: - version: v1.52.2 + version: v1.53.3 dev: name: Developer environment diff --git a/Makefile b/Makefile index e8d3baa..c0161a5 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ endif # Dependency versions GOTESTSUM_VERSION = 1.9.0 -GOLANGCI_VERSION = 1.52.2 +GOLANGCI_VERSION = 1.53.3 # Add the ability to override some variables # Use with care