From 094ccc6eff1a35f3d05d8c8c261035533216d580 Mon Sep 17 00:00:00 2001 From: alallema Date: Tue, 5 Apr 2022 18:55:59 +0200 Subject: [PATCH] Try to fix ci linter --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f0778beb..a2dfb367 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,9 +22,7 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v2 with: - version: v1.42 - # Optional: show only new issues if it's a pull request. The default value is `false`. - # only-new-issues: true + version: v1.45.2 - name: Run go vet run: go vet