From 2454a237de61bcfba2b71bbfcbc6568db9e0c559 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 18 Jul 2022 14:02:49 +0200 Subject: [PATCH] deps: update dependencies --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 78b2fda..89ea00d 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,6 +13,6 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v3.2.0 # Action page: with: - version: v1.46 # without patch version + version: v1.47 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m --build-tags=race