From e59736736851ca955cf8734fe4ea6d0c71ddbd62 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sat, 15 Oct 2022 15:38:42 +0200 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 4935096..cd1e916 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.49.0 + GOLANGCI_LINT_VERSION: v1.50.0 CGO_ENABLED: 0 steps: