From 165c6cd8467dc101ba495e613aa84776ee121539 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sat, 15 Oct 2022 15:44:00 +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 2131888..3ad8b42 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: