From 09a4236544302dbdcdcf328ace7118741109798a Mon Sep 17 00:00:00 2001 From: Lukas Zapletal Date: Wed, 9 Aug 2023 11:24:13 +0200 Subject: [PATCH] chore: update linter GHA --- .github/workflows/gotest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index b1aecb59..90994b2e 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -79,8 +79,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - # https://github.com/golangci/golangci-lint-action/issues/535 - version: v1.52.2 + version: v1.53.3 testing: name: "📎 Unit tests"