From 009ef442f4b0637cdf6ed17da9e35668aa63eaeb Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 10 Jan 2023 12:26:25 +0100 Subject: [PATCH] chore: update linter --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a09ebd4..073d289 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: GO_VERSION: 1.19 - GOLANGCI_LINT_VERSION: v1.50.0 + GOLANGCI_LINT_VERSION: v1.50.1 CGO_ENABLED: 0 steps: