From 655a0aa730d5c03066f3f8c4520e4b36d09ad618 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Sun, 21 Nov 2021 14:53:16 +0100 Subject: [PATCH] chore(deps): update golangci-lint Signed-off-by: Mark Sagi-Kazar --- .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 b1cd8e9..53ba804 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,4 +50,4 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v2 with: - version: v1.40.1 + version: v1.43.0 diff --git a/Makefile b/Makefile index a143759..1279096 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ endif # Dependency versions GOTESTSUM_VERSION = 1.7.0 -GOLANGCI_VERSION = 1.42.1 +GOLANGCI_VERSION = 1.43.0 # Add the ability to override some variables # Use with care